diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-03-13 23:41:52 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-03-13 23:41:52 +0100 |
commit | c1a76c75df5ae4f0624d8456b336ecee2514c357 (patch) | |
tree | 8730bddac3ab487ef416a941ae90a6f38f1b1866 /opentrack/state.hpp | |
parent | 2706e1e10d324971f7c3991de0fff1fcc716fb00 (diff) |
initialize "s_main" bundle implicitly
Diffstat (limited to 'opentrack/state.hpp')
-rw-r--r-- | opentrack/state.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/opentrack/state.hpp b/opentrack/state.hpp index c8d97d16..2c37e5eb 100644 --- a/opentrack/state.hpp +++ b/opentrack/state.hpp @@ -35,13 +35,10 @@ struct Work; struct State { State() : - b(bundle("opentrack-ui")), - s(b), pose(std::vector<axis_opts*>{&s.a_x, &s.a_y, &s.a_z, &s.a_yaw, &s.a_pitch, &s.a_roll}) {} Modules modules; SelectedLibraries libs; - pbundle b; main_settings s; Mappings pose; mem<Work> work; |