comparison 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
comparison
equal deleted inserted replaced
1852:eb2d5480ae95 1853:2c4923336dd0
60 { 60 {
61 int queueevent_mouse = 0, queueevent_kbd = 0; 61 int queueevent_mouse = 0, queueevent_kbd = 0;
62 static int buttons = 0; 62 static int buttons = 0;
63 static int mouse_x = 0, mouse_y = 0, mouse_z = 0; 63 static int mouse_x = 0, mouse_y = 0, mouse_z = 0;
64 int x = 0, y = 0, z = 0, rx = 0, ry = 0, rz = 0; 64 int x = 0, y = 0, z = 0, rx = 0, ry = 0, rz = 0;
65 uint32 sym;
66 int pressed_mouse, pressed_kbd; 65 int pressed_mouse, pressed_kbd;
67 SDL_keysym keysym; 66 SDL_keysym keysym;
68 67
69 posted = 0; 68 posted = 0;
70 69