Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 10, 2006
1 parent 0299959 commit 487afa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/dga/SDL_dgavideo.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 487afa5

Please sign in to comment.