From 3319c41d9d2235846de39d34f15725dc5cab1cf4 Mon Sep 17 00:00:00 2001 From: nigel <> Date: Sun, 2 Jun 2002 12:20:38 +0000 Subject: [PATCH] Un-necessary function and global int --- BasiliskII/src/MacOSX/video_macosx.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/BasiliskII/src/MacOSX/video_macosx.h b/BasiliskII/src/MacOSX/video_macosx.h index 18a28534..fc9637e6 100644 --- a/BasiliskII/src/MacOSX/video_macosx.h +++ b/BasiliskII/src/MacOSX/video_macosx.h @@ -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);