mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
Un-necessary function and global int
This commit is contained in:
parent
f2749d2222
commit
3319c41d9d
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user