Get rid of unused variable warnings

This commit is contained in:
Twinaphex 2015-05-18 03:51:35 +02:00
parent 9f2c0c2ce5
commit 197008890b
2 changed files with 0 additions and 2 deletions

View File

@ -483,7 +483,6 @@ static int action_iterate_main(const char *label, unsigned action)
{
int ret = 0;
menu_handle_t *menu = menu_driver_get_ptr();
global_t *global = global_get_ptr();
if (!menu)
return 0;

View File

@ -456,7 +456,6 @@ int menu_input_set_input_device_bind_mode(void *data,
static int menu_input_bind_iterate_keyboard(int64_t current, int timeout)
{
char msg[PATH_MAX_LENGTH];
bool timed_out = false;
menu_handle_t *menu = menu_driver_get_ptr();
driver_t *driver = driver_get_ptr();