remove reference to ctx->Color.DrawBuffer
diff --git a/src/mesa/swrast/s_span.c b/src/mesa/swrast/s_span.c
index cfc65be..bbde002 100644
--- a/src/mesa/swrast/s_span.c
+++ b/src/mesa/swrast/s_span.c
@@ -873,7 +873,7 @@
 #endif
 
    /* we have to wait until after occlusion to do this test */
-   if (ctx->Color.DrawBuffer == GL_NONE || ctx->Color.IndexMask == 0) {
+   if (ctx->Color.IndexMask == 0) {
       /* write no pixels */
       span->arrayMask = origArrayMask;
       return;