diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-07-04 21:02:29 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-07-04 21:02:29 +0200 |
commit | 2b7252c20154628a463efe6f1fa640ac9be9262e (patch) | |
tree | df6240ac5b7df419b961de631189007a647bcbef /ftnoir_protocol_ft/ftnoir_protocol_ft.h | |
parent | 909886d1371f6c50421b0ab32ef27b370b6a77c5 (diff) |
Remove non-working compatibility shim code
Diffstat (limited to 'ftnoir_protocol_ft/ftnoir_protocol_ft.h')
-rw-r--r-- | ftnoir_protocol_ft/ftnoir_protocol_ft.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft.h b/ftnoir_protocol_ft/ftnoir_protocol_ft.h index 2988de21..f87c7300 100644 --- a/ftnoir_protocol_ft/ftnoir_protocol_ft.h +++ b/ftnoir_protocol_ft/ftnoir_protocol_ft.h @@ -77,9 +77,6 @@ private: int intUsedInterface; // Determine which interface to use (or to hide from the game)
bool useTIRViews; // Needs to be in the Settings dialog
bool useDummyExe;
- bool force_tirviews;
- bool force_dummy;
-
float getRadsFromDegrees ( float degrees ) { return (degrees * 0.017453f); }
void loadSettings();
void start_tirviews();
|