Get rid of unused variable warnings
This commit is contained in:
parent
9f2c0c2ce5
commit
197008890b
|
@ -483,7 +483,6 @@ static int action_iterate_main(const char *label, unsigned action)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
menu_handle_t *menu = menu_driver_get_ptr();
|
menu_handle_t *menu = menu_driver_get_ptr();
|
||||||
global_t *global = global_get_ptr();
|
|
||||||
if (!menu)
|
if (!menu)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
|
@ -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)
|
static int menu_input_bind_iterate_keyboard(int64_t current, int timeout)
|
||||||
{
|
{
|
||||||
char msg[PATH_MAX_LENGTH];
|
|
||||||
bool timed_out = false;
|
bool timed_out = false;
|
||||||
menu_handle_t *menu = menu_driver_get_ptr();
|
menu_handle_t *menu = menu_driver_get_ptr();
|
||||||
driver_t *driver = driver_get_ptr();
|
driver_t *driver = driver_get_ptr();
|
||||||
|
|
Loading…
Reference in New Issue