diff options
| -rw-r--r-- | gui/ui.h | 2 | ||||
| -rw-r--r-- | opentrack-logic/state.hpp | 1 | 
2 files changed, 1 insertions, 2 deletions
| @@ -40,7 +40,7 @@ class MainWindow : public QMainWindow, private State      Q_OBJECT      Shortcuts global_shortcuts; - +    module_settings m;      Ui::OpentrackUI ui;      mem<QSystemTrayIcon> tray;      QTimer pose_update_timer; diff --git a/opentrack-logic/state.hpp b/opentrack-logic/state.hpp index f9bb82c0..7e9d10cb 100644 --- a/opentrack-logic/state.hpp +++ b/opentrack-logic/state.hpp @@ -25,7 +25,6 @@ struct State      Modules modules;      SelectedLibraries libs;      main_settings s; -    module_settings m;      Mappings pose;      mem<Work> work;  }; | 
