From d18f7bb738de710e2706d512364929aa5889ac3e Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Thu, 20 Apr 2006 11:26:27 +0000 Subject: [PATCH] Removed redundant assignment. --- code/unix/sdl_glimp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/code/unix/sdl_glimp.c b/code/unix/sdl_glimp.c index e855241f..771bb239 100644 --- a/code/unix/sdl_glimp.c +++ b/code/unix/sdl_glimp.c @@ -625,7 +625,6 @@ static int GLW_SetMode( const char *drivername, int mode, qboolean fullscreen ) tstencilbits = 0; } - sdlcolorbits = 4; if (tcolorbits == 24) sdlcolorbits = 8;