author | Ryan C. Gordon <icculus@icculus.org> |
Sun, 21 May 2006 02:50:05 +0000 | |
changeset 1853 | 2c4923336dd0 |
parent 1852 | eb2d5480ae95 |
child 1854 | 2280e314a978 |
--- 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;