Un-necessary function and global int

This commit is contained in:
nigel 2002-06-02 12:20:38 +00:00
parent f2749d2222
commit 3319c41d9d

View File

@ -46,10 +46,8 @@ extern uint8 display_type,
frame_skip;
extern uint16 init_width,
init_height,
init_depth,
screen_height;
init_depth;
extern uint8 bits_from_depth (const video_depth);
extern bool parse_screen_prefs (const char *);
extern void resizeWinTo (const uint16, const uint16);