# HG changeset patch # User Ryan C. Gordon # Date 1148179805 0 # Node ID 2c4923336dd04d6e083be6e8e24d14ed1ec16120 # Parent eb2d5480ae95c97efff9f29e8a8cda71f0ad979f Removed unused variable with undefined type. Fixes Bugzilla #234. diff -r eb2d5480ae95 -r 2c4923336dd0 src/video/ggi/SDL_ggievents.c --- a/src/video/ggi/SDL_ggievents.c Thu May 18 03:24:10 2006 +0000 +++ b/src/video/ggi/SDL_ggievents.c Sun May 21 02:50:05 2006 +0000 @@ -62,7 +62,6 @@ 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;