summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_hillcrest
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-06-06 08:11:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-06-06 08:11:28 +0200
commitf7aa064edc20eafbc738271c5b53238fa4ad8361 (patch)
treea1c6c107fb82a0ba647f6f72fb24691a1e8f4bc7 /ftnoir_tracker_hillcrest
parent2b83e2db9552d3f0abd3c4bb5543f72a96e4e4bf (diff)
Remove dead code
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";