diff options
author | DaMichel <mw.pub@welter-4d.de> | 2016-07-29 16:32:54 +0200 |
---|---|---|
committer | DaMichel <mw.pub@welter-4d.de> | 2016-07-29 16:32:54 +0200 |
commit | 12d2080865958cc07d37dddd28240f40423fb292 (patch) | |
tree | 240a7e71221279206ae1618e86cb66770913547a /opentrack-logic/state.hpp | |
parent | 884b3f013045d60d586c55338a76feb4dfa30c9b (diff) |
logger: it is definitely nicer to not have things all over the place
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; }; |