From 5701bcd6bd337daa3a97b34a7bdc9dad54c00893 Mon Sep 17 00:00:00 2001 From: Sam Lantinga <slouken@libsdl.org> Date: Wed, 10 May 2006 06:07:47 +0000 Subject: [PATCH] Removed unused variable --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401759 --- src/video/dga/SDL_dgavideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/dga/SDL_dgavideo.c b/src/video/dga/SDL_dgavideo.c index 95680733..331fcd26 100644 --- a/src/video/dga/SDL_dgavideo.c +++ b/src/video/dga/SDL_dgavideo.c @@ -176,7 +176,7 @@ VideoBootStrap DGA_bootstrap = { 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 */ -- 2.18.1