mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
osmesa: remove unused var
This commit is contained in:
parent
d148e25953
commit
53a53b2549
1 changed files with 0 additions and 1 deletions
|
|
@ -1061,7 +1061,6 @@ OSMesaCreateContextExt( GLenum format, GLint depthBits, GLint stencilBits,
|
|||
struct dd_function_table functions;
|
||||
GLint rind, gind, bind, aind;
|
||||
GLint redBits = 0, greenBits = 0, blueBits = 0, alphaBits =0;
|
||||
GLenum type = CHAN_TYPE;
|
||||
|
||||
rind = gind = bind = aind = 0;
|
||||
if (format==OSMESA_RGBA) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue