From fab2afe75c7ab809d810ab6a7b263801a0dc1f1a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jun 2015 10:05:44 +0200 Subject: trackhat: more stubs --- opentrack/main-settings.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'opentrack/main-settings.hpp') diff --git a/opentrack/main-settings.hpp b/opentrack/main-settings.hpp index 250d4563..f47b3873 100644 --- a/opentrack/main-settings.hpp +++ b/opentrack/main-settings.hpp @@ -7,11 +7,9 @@ using namespace options; struct axis_opts { - value zero; value invert, altp; value src; axis_opts(pbundle b, QString pfx, int idx) : - zero(b, n(pfx, "zero-pos"), 0), invert(b, n(pfx, "invert-sign"), false), altp(b, n(pfx, "alt-axis-sign"), false), src(b, n(pfx, "source-index"), idx) -- cgit v1.2.3