Remove unused variables

This commit is contained in:
Twinaphex 2015-05-15 00:08:39 +02:00
parent 47a9f2c405
commit aad6f622a2
2 changed files with 1 additions and 6 deletions

View File

@ -310,9 +310,6 @@ static void glui_frame(void)
{
char title[PATH_MAX_LENGTH], title_buf[PATH_MAX_LENGTH],
title_msg[PATH_MAX_LENGTH], timedate[PATH_MAX_LENGTH];
const char *dir = NULL;
const char *label = NULL;
unsigned menu_type = 0;
gl_t *gl = NULL;
glui_handle_t *glui = NULL;
const struct font_renderer *font_driver = NULL;

View File

@ -330,10 +330,8 @@ static void rgui_render(void)
int bottom;
char title[256], title_buf[256], title_msg[64];
char timedate[PATH_MAX_LENGTH];
unsigned x, y, menu_type = 0;
unsigned x, y;
uint16_t hover_color, normal_color;
const char *dir = NULL;
const char *label = NULL;
menu_handle_t *menu = menu_driver_get_ptr();
runloop_t *runloop = rarch_main_get_ptr();
driver_t *driver = driver_get_ptr();