diff src/video/ggi/SDL_ggievents.c @ 1853:2c4923336dd0

Removed unused variable with undefined type. Fixes Bugzilla #234.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 21 May 2006 02:50:05 +0000
parents d910939febfa
children c121d94672cb a1b03ba2fcd0
line wrap: on
line diff
--- 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;