Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
erysdren committed Aug 21, 2024
1 parent e6ccf5b commit 3497872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rott/rt_in.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ static int sdl_mouse_delta_y = 0;
static unsigned short sdl_mouse_button_mask = 0;
static int sdl_total_sticks = 0;
static unsigned short *sdl_stick_button_state = NULL;
static unsigned short sdl_sticks_joybits = 0;
static int sdl_mouse_grabbed = 0;
extern boolean sdl_fullscreen;

Expand Down

0 comments on commit 3497872

Please sign in to comment.