remove unused variable

This commit is contained in:
twinaphex 2021-03-20 17:47:44 +01:00
parent a0a681b324
commit a83af11754

View File

@ -23339,7 +23339,6 @@ static void menu_input_get_touchscreen_hw_state(
menu_input_pointer_hw_state_t *hw_state)
{
rarch_joypad_info_t joypad_info;
size_t fb_pitch;
unsigned fb_width, fb_height;
int pointer_x = 0;
int pointer_y = 0;