mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-03-31 01:02:58 +02:00
rm unused preprocessor checks
This commit is contained in:
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
|
||||
|
||||
5
menu.h
5
menu.h
@@ -112,13 +112,8 @@ extern me_bind_action emuctrl_actions[]; // platform code
|
||||
extern void *g_menubg_src_ptr;
|
||||
extern void *g_menubg_ptr;
|
||||
extern void *g_menuscreen_ptr;
|
||||
#if MSCREEN_SIZE_FIXED
|
||||
#define g_menuscreen_w MSCREEN_WIDTH
|
||||
#define g_menuscreen_h MSCREEN_HEIGHT
|
||||
#else
|
||||
extern int g_menuscreen_w;
|
||||
extern int g_menuscreen_h;
|
||||
#endif
|
||||
|
||||
void menu_init_base(void);
|
||||
void menu_update_msg(const char *msg);
|
||||
|
||||
Reference in New Issue
Block a user