diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-06 12:34:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-06 12:34:51 +0200 |
commit | 007be0fe7360c700a8c2bc4621827f24f8fc2499 (patch) | |
tree | 8f6ce4324880f85d1608beb90370b4f6e9c3e5e5 /opentrack/main-settings.hpp | |
parent | 1b8d1240d7fdfcf3f1fd322b53a08850fe0e782d (diff) |
remove last mention to "second tracker" support
Diffstat (limited to 'opentrack/main-settings.hpp')
-rw-r--r-- | opentrack/main-settings.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opentrack/main-settings.hpp b/opentrack/main-settings.hpp index c9b73675..250d4563 100644 --- a/opentrack/main-settings.hpp +++ b/opentrack/main-settings.hpp @@ -23,7 +23,7 @@ private: }; struct main_settings : opts { - value<QString> tracker_dll, tracker2_dll, filter_dll, protocol_dll; + value<QString> tracker_dll, filter_dll, protocol_dll; axis_opts a_x, a_y, a_z, a_yaw, a_pitch, a_roll; value<bool> tcomp_p, tcomp_tz; value<bool> tray_enabled; @@ -32,7 +32,6 @@ struct main_settings : opts { main_settings() : opts("opentrack-ui"), tracker_dll(b, "tracker-dll", ""), - tracker2_dll(b, "tracker2-dll", ""), filter_dll(b, "filter-dll", ""), protocol_dll(b, "protocol-dll", ""), a_x(b, "x", TX), |