Commit 5701bcd6 authored by Sam Lantinga's avatar Sam Lantinga

Removed unused variable

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401759
parent fea6cceb
......@@ -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 */
......
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