From 8e022f0d1ad5628c2bf9a97a16b16fd1cff5196c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 18 Jun 2015 10:43:31 +0200 Subject: minor fixes now --- opentrack/main-settings.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'opentrack/main-settings.hpp') diff --git a/opentrack/main-settings.hpp b/opentrack/main-settings.hpp index f47b3873..8e56ebab 100644 --- a/opentrack/main-settings.hpp +++ b/opentrack/main-settings.hpp @@ -21,7 +21,7 @@ private: }; struct main_settings : opts { - value tracker_dll, filter_dll, protocol_dll; + value protocol_dll; axis_opts a_x, a_y, a_z, a_yaw, a_pitch, a_roll; value tcomp_p, tcomp_tz; value tray_enabled; @@ -29,8 +29,6 @@ struct main_settings : opts { value center_at_startup; main_settings() : opts("opentrack-ui"), - tracker_dll(b, "tracker-dll", ""), - filter_dll(b, "filter-dll", ""), protocol_dll(b, "protocol-dll", ""), a_x(b, "x", TX), a_y(b, "y", TY), -- cgit v1.2.3