mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00
rm unused preprocessor checks
This commit is contained in:
parent
8ef1ad3218
commit
ebf0e111a8
2 changed files with 0 additions and 7 deletions
2
menu.c
2
menu.c
|
@ -31,10 +31,8 @@ void *g_menuscreen_ptr;
|
|||
void *g_menubg_src_ptr;
|
||||
void *g_menubg_ptr;
|
||||
|
||||
#if !MSCREEN_SIZE_FIXED
|
||||
int g_menuscreen_w;
|
||||
int g_menuscreen_h;
|
||||
#endif
|
||||
|
||||
static unsigned char *menu_font_data = NULL;
|
||||
static int menu_text_color = 0xfffe; // default to white
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue