summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/process_detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'facetracknoir/process_detector.h')
-rwxr-xr-x[-rw-r--r--]facetracknoir/process_detector.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/facetracknoir/process_detector.h b/facetracknoir/process_detector.h
index 792a941f..f6497c90 100644..100755
--- a/facetracknoir/process_detector.h
+++ b/facetracknoir/process_detector.h
@@ -74,8 +74,6 @@ public slots:
void browse();
};
-#ifdef _WIN32
-
class process_detector_worker : QObject
{
Q_OBJECT
@@ -86,18 +84,3 @@ public:
bool should_stop();
};
-#else
-
-class process_detector_worker : QObject
-{
- Q_OBJECT
-public:
- bool config_to_start(QString&)
- {
- return false;
- }
- bool should_stop() { return false; }
-
-};
-
-#endif