(PS3) Remove selected border option again

This commit is contained in:
TwinAphex51224 2012-02-25 20:40:02 +01:00
parent c310e32dd0
commit e70ea21a3a
3 changed files with 0 additions and 20 deletions

View File

@ -44,21 +44,6 @@ static item items_generalsettings[MAX_NO_OF_CONTROLS_SETTINGS] =
0.09f,
0.83f,
},
{
SETTING_BORDER,
"Selected border",
"",
0.0f,
0.0f,
YELLOW,
"INFO - Select an image file as the background border for 'border shaders'.\nNOTE: The image has to be in PNG format.",
WHITE,
0.91f,
0.09f,
0.83f,
0,
1
},
{
SETTING_SHADER,
"Selected shader #1",

View File

@ -394,8 +394,6 @@ static void set_setting_label(menu * menu_obj, int currentsetting)
snprintf(menu_obj->items[currentsetting].setting_text, sizeof(menu_obj->items[currentsetting].setting_text), fname);
}
break;
case SETTING_BORDER:
break;
case SETTING_SHADER:
{
char fname[MAX_PATH_LENGTH];
@ -1064,8 +1062,6 @@ static void producesettingentry(menu * menu_obj, uint64_t switchvalue)
strlcpy(g_console.cgp_path, "", sizeof(g_console.cgp_path));
}
break;
case SETTING_BORDER:
break;
case SETTING_SHADER:
if(CTRL_LEFT(state) || CTRL_LSTICK_LEFT(state) || CTRL_RIGHT(state) || CTRL_LSTICK_RIGHT(state) || CTRL_CROSS(state))
{

View File

@ -75,7 +75,6 @@ enum
{
SETTING_CHANGE_RESOLUTION,
SETTING_SHADER_PRESETS,
SETTING_BORDER,
SETTING_SHADER,
SETTING_SHADER_2,
SETTING_FONT_SIZE,