Mercurial > sdl-ios-xcode
changeset 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 | eb2d5480ae95 |
children | 2280e314a978 |
files | src/video/ggi/SDL_ggievents.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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;