Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Dec 31, 2024
1 parent 4e5df03 commit ae79514
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions input/input_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1200,9 +1200,7 @@ static int16_t input_overlay_device_mouse_state(input_overlay_t *ol, unsigned id
static int16_t input_overlay_lightgun_state(settings_t *settings,
input_overlay_t *ol, unsigned id)
{
int16_t edge;
unsigned rarch_id;
struct video_viewport vp;
input_overlay_pointer_state_t *ptr_st = &ol->pointer_state;

switch(id)
Expand Down

0 comments on commit ae79514

Please sign in to comment.