diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 10:43:58 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 10:43:58 +0200 |
commit | 766fc776421a85958d52bf6f3bfbc189b65a0d5f (patch) | |
tree | c98d4559ab2bf46980fc3b55eaf53f7e408bc8e7 /facetracknoir/plugin-support.h | |
parent | e0322730ab08421113e5538c5202cfcb64b59ce6 (diff) |
remove "second tracker" support
Was always a kludge.
Diffstat (limited to 'facetracknoir/plugin-support.h')
-rw-r--r-- | facetracknoir/plugin-support.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/facetracknoir/plugin-support.h b/facetracknoir/plugin-support.h index f3270aa6..1e02bd60 100644 --- a/facetracknoir/plugin-support.h +++ b/facetracknoir/plugin-support.h @@ -27,7 +27,6 @@ class IDynamicLibraryProvider; struct SelectedLibraries { public: ITracker* pTracker; - ITracker* pSecondTracker; IFilter* pFilter; IProtocol* pProtocol; SelectedLibraries(IDynamicLibraryProvider* main = NULL); @@ -64,7 +63,6 @@ private: class IDynamicLibraryProvider { public: virtual DynamicLibrary* current_tracker1() = 0; - virtual DynamicLibrary* current_tracker2() = 0; virtual DynamicLibrary* current_protocol() = 0; virtual DynamicLibrary* current_filter() = 0; virtual QFrame* get_video_widget() = 0; |