summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_hillcrest
diff options
context:
space:
mode:
Diffstat (limited to 'ftnoir_tracker_hillcrest')
-rw-r--r--ftnoir_tracker_hillcrest/ftnoir_tracker_hillcrest.h3
-rw-r--r--ftnoir_tracker_hillcrest/ftnoir_tracker_hillcrest_dll.cpp4
2 files changed, 0 insertions, 7 deletions
diff --git a/ftnoir_tracker_hillcrest/ftnoir_tracker_hillcrest.h b/ftnoir_tracker_hillcrest/ftnoir_tracker_hillcrest.h
index b7490d42..032d6926 100644
--- a/ftnoir_tracker_hillcrest/ftnoir_tracker_hillcrest.h
+++ b/ftnoir_tracker_hillcrest/ftnoir_tracker_hillcrest.h
@@ -64,9 +64,6 @@ class FTNoIR_TrackerDll : public Metadata
public:
FTNoIR_TrackerDll();
~FTNoIR_TrackerDll();
-
- void Initialize();
-
void getFullName(QString *strToBeFilled);
void getShortName(QString *strToBeFilled);
void getDescription(QString *strToBeFilled);
diff --git a/ftnoir_tracker_hillcrest/ftnoir_tracker_hillcrest_dll.cpp b/ftnoir_tracker_hillcrest/ftnoir_tracker_hillcrest_dll.cpp
index 447bc120..3d59dc9b 100644
--- a/ftnoir_tracker_hillcrest/ftnoir_tracker_hillcrest_dll.cpp
+++ b/ftnoir_tracker_hillcrest/ftnoir_tracker_hillcrest_dll.cpp
@@ -41,10 +41,6 @@ FTNoIR_TrackerDll::~FTNoIR_TrackerDll()
{
}
-void FTNoIR_TrackerDll::Initialize()
-{
-}
-
void FTNoIR_TrackerDll::getFullName(QString *strToBeFilled)
{
*strToBeFilled = "Hillcrest";