[GX] remove unused variables

This commit is contained in:
ToadKing 2013-10-15 18:41:47 -04:00
parent 160b609862
commit 752fdaeca9
2 changed files with 0 additions and 2 deletions

View File

@ -144,7 +144,6 @@ static void gx_input_set_keybinds(void *data, unsigned device, unsigned port,
unsigned id, unsigned keybind_action)
{
uint64_t *key = &g_settings.input.binds[port][id].joykey;
uint64_t joykey = *key;
size_t arr_size = sizeof(platform_keys) / sizeof(platform_keys[0]);
(void)device;

View File

@ -882,7 +882,6 @@ static bool gx_frame(void *data, const void *frame,
struct __gx_regdef *__gx = (struct __gx_regdef*)__gxregs;
#endif
u8 clear_efb = GX_FALSE;
uint64_t lifecycle_mode_state = g_extern.lifecycle_mode_state;
(void)data;