(Menu) Cleanup

This commit is contained in:
twinaphex 2014-10-08 02:45:26 +02:00
parent 3ce378d264
commit 4100f40373

View File

@ -53,9 +53,8 @@ static int menu_message_toggle(unsigned action)
{
if (driver.video_data && driver.menu_ctx
&& driver.menu_ctx->render_messagebox)
{
driver.menu_ctx->render_messagebox(driver.menu->message_contents);
}
if (action == MENU_ACTION_OK)
menu_entries_pop(driver.menu->menu_stack);