diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-14 22:43:50 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-14 22:43:50 +0200 |
commit | 4c1b69ee6c4297d9e1b3ef2f68e3602f0479c702 (patch) | |
tree | 454caa49c45a697918167dead2655391e4875806 /ftnoir_protocol_ft/ftnoir_protocol_ft.h | |
parent | 26e9257cc97e7496912254c945943bdc69d14007 (diff) |
drop EZCA mode, pitch already up to 180
Diffstat (limited to 'ftnoir_protocol_ft/ftnoir_protocol_ft.h')
-rw-r--r-- | ftnoir_protocol_ft/ftnoir_protocol_ft.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft.h b/ftnoir_protocol_ft/ftnoir_protocol_ft.h index 5b45e41a..5a9e5cdd 100644 --- a/ftnoir_protocol_ft/ftnoir_protocol_ft.h +++ b/ftnoir_protocol_ft/ftnoir_protocol_ft.h @@ -44,12 +44,11 @@ using namespace options; struct settings { pbundle b; value<int> intUsedInterface; - value<bool> useTIRViews, useDummyExe; + value<bool> useTIRViews; settings() : b(bundle("proto-freetrack")), intUsedInterface(b, "used-interfaces", 0), - useTIRViews(b, "use-memory-hacks", false), - useDummyExe(b, "ezca-mode", false) + useTIRViews(b, "use-memory-hacks", false) {} }; |