summaryrefslogtreecommitdiffhomepage
path: root/tracker-trackhat/metadata.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-trackhat/metadata.hpp')
-rw-r--r--tracker-trackhat/metadata.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tracker-trackhat/metadata.hpp b/tracker-trackhat/metadata.hpp
index d8d053b1..c0f7567c 100644
--- a/tracker-trackhat/metadata.hpp
+++ b/tracker-trackhat/metadata.hpp
@@ -1,7 +1,6 @@
#pragma once
#include "trackhat.hpp"
#include "../tracker-pt/ftnoir_tracker_pt.h"
-#include "../tracker-pt/ftnoir_tracker_pt_dialog.h"
class trackhat_pt final : public Tracker_PT
{
@@ -11,14 +10,6 @@ public:
trackhat_pt();
};
-class trackhat_pt_dialog final : public TrackerDialog_PT
-{
- Q_OBJECT
-
-public:
- trackhat_pt_dialog();
-};
-
class trackhat_module final : public Metadata
{
Q_OBJECT