mesa: fix deadlock in _mesa_HashFindFreeKeyBlock()
[mesa.git] / src / mesa / main / blend.c
index de60031cc80d802992096de7ed04964ee812f642..d022770f24c9a3405c33a50967bfdfc755b8a867 100644 (file)
@@ -456,9 +456,6 @@ _mesa_IndexMask( GLuint mask )
 
    FLUSH_VERTICES(ctx, _NEW_COLOR);
    ctx->Color.IndexMask = mask;
-
-   if (ctx->Driver.IndexMask)
-      ctx->Driver.IndexMask( ctx, mask );
 }
 #endif