1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-04 16:13:50 +00:00

Merge pull request from lioncash/dead

Remove some dead stores
This commit is contained in:
Twinaphex 2014-09-11 16:02:23 +02:00
commit de32fc8e3a
2 changed files with 0 additions and 4 deletions
driver.c
frontend/menu/disp

@ -1271,9 +1271,6 @@ void rarch_init_filter(enum retro_pixel_format colfmt)
geom = (struct retro_game_geometry*)&g_extern.system.av_info.geometry;
width = geom->max_width;
height = geom->max_height;
pow2_x = 0;
pow2_y = 0;
maxsize = 0;
g_extern.filter.filter = rarch_softfilter_new(
g_settings.video.softfilter_plugin,

@ -157,7 +157,6 @@ static void disp_set_label(unsigned *w, unsigned type, unsigned i,
else if (type == MENU_FILE_DIRECTORY)
{
strlcpy(type_str, "(DIR)", type_str_size);
type = MENU_FILE_DIRECTORY;
*w = 5;
}
else if (type == MENU_FILE_CARCHIVE)