Mercurial > sdl-ios-xcode
changeset 1800:cc6bea4bb90d
Removed unused variable
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 10 May 2006 06:07:47 +0000 |
parents | 50e9cca3fe7b |
children | e308d020d315 |
files | src/video/dga/SDL_dgavideo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/dga/SDL_dgavideo.c Wed May 10 05:17:58 2006 +0000 +++ b/src/video/dga/SDL_dgavideo.c Wed May 10 06:07:47 2006 +0000 @@ -176,7 +176,7 @@ static int DGA_AddMode(_THIS, int bpp, int w, int h) { SDL_Rect *mode; - int i, index; + int index; int next_mode; /* Check to see if we already have this mode */