More cruft removal.

This commit is contained in:
Steven Fuller 2008-05-03 21:44:18 -07:00 committed by Patryk Obara
parent e41ad4ac5c
commit d5c94a666b
4 changed files with 0 additions and 14 deletions

View file

@ -41,10 +41,6 @@
#endif
#include "db.h" /* Contains most off the interface. */
/* G L O B A L S ****************************************************** */
/* Have external linkage. */
volatile BOOL DZ_NULL;
/* This variable dictates whether macros ending _opt get executed. */
int db_option = 0; /* Default is off. */

View file

@ -153,8 +153,6 @@ extern unsigned char AttemptVideoModeRestart;
extern VIDEORESTARTMODES VideoRestartMode;
extern BOOL MMXAvailable;
extern BOOL D3DHardwareAvailable;
extern int cosine[];
extern int sine[];
BOOL really_32_bit = 0;