Take out frame_buf_show in menu_driver.h

This commit is contained in:
twinaphex 2014-09-16 06:09:23 +02:00
parent 4550f3707b
commit d363bdf24e
2 changed files with 0 additions and 2 deletions

View File

@ -178,7 +178,6 @@ void *menu_init(const void *data)
menu->trigger_state = 0;
menu->old_input_state = 0;
menu->do_held = false;
menu->frame_buf_show = true;
menu->current_pad = 0;
update_libretro_info(&g_extern.menu.info);

View File

@ -79,7 +79,6 @@ typedef struct
uint16_t *frame_buf;
size_t frame_buf_pitch;
bool frame_buf_show;
file_list_t *menu_stack;
file_list_t *selection_buf;