1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-02 16:20:39 +00:00

(Zarch) Remove unused variable

This commit is contained in:
twinaphex 2016-02-12 04:39:35 +01:00
parent 7d00f945b8
commit ab3591df73

@ -1200,7 +1200,6 @@ static void zarch_allocate_white_texture(zui_t *zui)
static void zarch_context_reset(void *data)
{
menu_display_ctx_font_t font_info;
const char *font_path = NULL;
settings_t *settings = config_get_ptr();
zui_t *zui = (zui_t*)data;