Commit 722e73af authored by Ryan C. Gordon's avatar Ryan C. Gordon

Removed unused variable with undefined type. Fixes Bugzilla #234.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401819
parent 1e7ce9a9
...@@ -62,7 +62,6 @@ void GGI_PumpEvents(_THIS) ...@@ -62,7 +62,6 @@ void GGI_PumpEvents(_THIS)
static int buttons = 0; static int buttons = 0;
static int mouse_x = 0, mouse_y = 0, mouse_z = 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; int x = 0, y = 0, z = 0, rx = 0, ry = 0, rz = 0;
uint32 sym;
int pressed_mouse, pressed_kbd; int pressed_mouse, pressed_kbd;
SDL_keysym keysym; SDL_keysym keysym;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment