diff options
Diffstat (limited to 'opentrack-logic/state.hpp')
-rw-r--r-- | opentrack-logic/state.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/opentrack-logic/state.hpp b/opentrack-logic/state.hpp index bdab9afe..1c608f7a 100644 --- a/opentrack-logic/state.hpp +++ b/opentrack-logic/state.hpp @@ -14,7 +14,6 @@ using namespace options; #include "main-settings.hpp" #include "mappings.hpp" #include "selected-libraries.hpp" -#include "tracklogger.hpp" #include "work.hpp" #include <vector> #include <QString> @@ -30,5 +29,4 @@ struct State main_settings s; Mappings pose; mem<Work> work; - mem<TrackLogger> logger; }; |