Unused variable cleanup.
authorAdam Jackson <ajax@freedesktop.org>
Mon, 27 Dec 2004 22:08:34 +0000 (22:08 +0000)
committerAdam Jackson <ajax@freedesktop.org>
Mon, 27 Dec 2004 22:08:34 +0000 (22:08 +0000)
src/mesa/drivers/dri/tdfx/tdfx_screen.c

index 9c25d77..7896811 100644 (file)
@@ -334,8 +334,7 @@ static __GLcontextModes *tdfxFillInModes(unsigned pixel_bits,
                            m->depthBits        = deep
                                                  ? (depth ? 24 : 0)
                                                  : (depth ? 0 : depth_bits);
-                           m->visualType       = i ? GLX_TRUE_COLOR
-                                                   : GLX_DIRECT_COLOR;
+                           m->visualType       = vis[i];
                            m->renderType       = GLX_RGBA_BIT;
                            m->drawableType     = GLX_WINDOW_BIT;
                            m->rgbMode          = GL_TRUE;