Skip to content

Commit

Permalink
Removed unused variable with undefined type. Fixes Bugzilla #234.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 21, 2006
1 parent b52a45b commit 59b3bfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/ggi/SDL_ggievents.c
Expand Up @@ -62,7 +62,6 @@ void GGI_PumpEvents(_THIS)
static int buttons = 0;
static int mouse_x = 0, mouse_y = 0, mouse_z = 0;
int x = 0, y = 0, z = 0, rx = 0, ry = 0, rz = 0;
uint32 sym;
int pressed_mouse, pressed_kbd;
SDL_keysym keysym;

Expand Down

0 comments on commit 59b3bfa

Please sign in to comment.