summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-02-20 23:01:58 +0000
committerDarkvater <darkvater@openttd.org>2006-02-20 23:01:58 +0000
commitc7e34bd103d4bf4fd141e437b1a60e5ae34d909e (patch)
tree14504481d7169fc1136b03b9f14ac7de6aa37497 /variables.h
parent8104a720b9ca713b5492dabe48fadde38d417566 (diff)
downloadopenttd-c7e34bd103d4bf4fd141e437b1a60e5ae34d909e.tar.xz
(svn r3640) - Remove win32-only variables from variables.h and put them into win32_v.c. Also ifdef the win32 specific configuration file settings.
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/variables.h b/variables.h
index 1d0b4802d..5e0dda8ac 100644
--- a/variables.h
+++ b/variables.h
@@ -280,10 +280,6 @@ VARDEF bool _shift_pressed; // Is Alt pressed?
VARDEF byte _dirkeys; // 1=left, 2=up, 4=right, 8=down
VARDEF bool _fullscreen;
-VARDEF bool _double_size;
-VARDEF uint _display_hz;
-VARDEF bool _force_full_redraw;
-VARDEF uint _fullscreen_bpp;
VARDEF bool _fast_forward;
VARDEF bool _rightclick_emulate;