summaryrefslogtreecommitdiffstats
path: root/subsurface-core/divesitehelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/divesitehelpers.h')
-rw-r--r--subsurface-core/divesitehelpers.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/subsurface-core/divesitehelpers.h b/subsurface-core/divesitehelpers.h
deleted file mode 100644
index a08069bc0..000000000
--- a/subsurface-core/divesitehelpers.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef DIVESITEHELPERS_H
-#define DIVESITEHELPERS_H
-
-#include "units.h"
-#include <QThread>
-
-class ReverseGeoLookupThread : public QThread {
-Q_OBJECT
-public:
- static ReverseGeoLookupThread *instance();
- void lookup(struct dive_site *ds);
- void run() Q_DECL_OVERRIDE;
-
-private:
- ReverseGeoLookupThread(QObject *parent = 0);
-};
-
-#endif // DIVESITEHELPERS_H