Unused variable cleanup.

This commit is contained in:
Adam Jackson 2004-12-27 22:08:34 +00:00
parent d9fcfa2797
commit 29c88396db

View 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;