summaryrefslogtreecommitdiffstats
path: root/src/controllers/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/controller.h')
-rw-r--r--src/controllers/controller.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/controllers/controller.h b/src/controllers/controller.h
index 44a5218e2a..9cc6be386c 100644
--- a/src/controllers/controller.h
+++ b/src/controllers/controller.h
@@ -23,7 +23,7 @@
class Controller : public QObject, ConstControllerPresetVisitor {
Q_OBJECT
public:
- Controller(UserSettingsPointer pConfig);
+ Controller();
~Controller() override; // Subclass should call close() at minimum.
// Returns the extension for the controller (type) preset files. This is
@@ -162,8 +162,6 @@ class Controller : public QObject, ConstControllerPresetVisitor {
bool m_bLearning;
QTime m_userActivityInhibitTimer;
- UserSettingsPointer m_pConfig;
-
// accesses lots of our stuff, but in the same thread
friend class ControllerManager;
// For testing