(RMenu) take out no longer used HAVE_FBO ifdef

This commit is contained in:
twinaphex 2013-04-06 00:22:48 +02:00
parent a19d1e9776
commit 5f6601ac7e

View File

@ -681,7 +681,6 @@ static void populate_setting_item(void *data, unsigned input)
strlcpy(current_item->setting_text, rotation_lut[g_extern.console.screen.orientation], sizeof(current_item->setting_text));
strlcpy(current_item->comment, "Change orientation of the screen.", sizeof(current_item->comment));
break;
#ifdef HAVE_FBO
case INGAME_MENU_RESIZE_MODE:
strlcpy(current_item->text, "Resize Mode", sizeof(current_item->text));
strlcpy(current_item->setting_text, "", sizeof(current_item->setting_text));