Skip to content

Commit ae79514

Browse files
committed
Remove unused variables
1 parent 4e5df03 commit ae79514

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

input/input_driver.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,9 +1200,7 @@ static int16_t input_overlay_device_mouse_state(input_overlay_t *ol, unsigned id
12001200
static int16_t input_overlay_lightgun_state(settings_t *settings,
12011201
input_overlay_t *ol, unsigned id)
12021202
{
1203-
int16_t edge;
12041203
unsigned rarch_id;
1205-
struct video_viewport vp;
12061204
input_overlay_pointer_state_t *ptr_st = &ol->pointer_state;
12071205

12081206
switch(id)

0 commit comments

Comments
 (0)