aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-20 11:26:27 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-04-20 11:26:27 +0000
commitc3ae7effb38505ae7dce18b4aa5ef8c4129e4630 (patch)
treefaccb68ae14c73b0b225d8630677b700a05b8651 /code/unix
parent7671ce99662ab0eaf6ea4318f7ce87b3cd6eed2b (diff)
downloadioquake3-aero-c3ae7effb38505ae7dce18b4aa5ef8c4129e4630.tar.gz
ioquake3-aero-c3ae7effb38505ae7dce18b4aa5ef8c4129e4630.zip
Removed redundant assignment.
git-svn-id: svn://svn.icculus.org/quake3/trunk@713 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix')
-rw-r--r--code/unix/sdl_glimp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/unix/sdl_glimp.c b/code/unix/sdl_glimp.c
index e855241..771bb23 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;