diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-16 10:05:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-16 10:05:44 +0200 |
commit | fab2afe75c7ab809d810ab6a7b263801a0dc1f1a (patch) | |
tree | f902dddd34d3610dc65702867f620085170f4d1e /opentrack/main-settings.hpp | |
parent | e4e564d4b8c43986e925996aca8cf10c6b30136e (diff) |
trackhat: more stubs
Diffstat (limited to 'opentrack/main-settings.hpp')
-rw-r--r-- | opentrack/main-settings.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<double> zero; value<bool> invert, altp; value<int> 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) |