From c7e34bd103d4bf4fd141e437b1a60e5ae34d909e Mon Sep 17 00:00:00 2001 From: Darkvater Date: Mon, 20 Feb 2006 23:01:58 +0000 Subject: (svn r3640) - Remove win32-only variables from variables.h and put them into win32_v.c. Also ifdef the win32 specific configuration file settings. --- variables.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'variables.h') 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; -- cgit v1.2.3-54-g00ecf