summaryrefslogtreecommitdiffstats
path: root/backend-shared/plannershared.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend-shared/plannershared.h')
-rw-r--r--backend-shared/plannershared.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/backend-shared/plannershared.h b/backend-shared/plannershared.h
index 39acf98db..d3e9f9fe4 100644
--- a/backend-shared/plannershared.h
+++ b/backend-shared/plannershared.h
@@ -16,8 +16,6 @@ class plannerShared: public QObject {
Q_OBJECT
public:
- static plannerShared *instance();
-
// Planning data
static deco_mode planner_deco_mode();
static int reserve_gas();
@@ -53,9 +51,6 @@ public slots:
static void set_bottompo2(double value);
static void set_decopo2(double value);
static void set_bestmixend(int value);
-
-private:
- plannerShared() {}
};
#endif // PLANNERSHARED_H