Skip to content

Commit

Permalink
Removed redundant assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Schulz committed Apr 20, 2006
1 parent c552a46 commit d18f7bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/unix/sdl_glimp.c
Expand Up @@ -625,7 +625,6 @@ static int GLW_SetMode( const char *drivername, int mode, qboolean fullscreen )
tstencilbits = 0;
}

sdlcolorbits = 4;
if (tcolorbits == 24)
sdlcolorbits = 8;

Expand Down

0 comments on commit d18f7bb

Please sign in to comment.