[MESA]
[reactos.git] / reactos / dll / opengl / mesa / src / mesa / main / accum.c
index df6f219..4ae0921 100644 (file)
@@ -24,7 +24,6 @@
 
 #include "glheader.h"
 #include "accum.h"
-#include "condrender.h"
 #include "context.h"
 #include "format_unpack.h"
 #include "format_pack.h"
@@ -459,9 +458,6 @@ _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value)
       return;
    }
 
-   if (!_mesa_check_conditional_render(ctx))
-      return;
-
    xpos = ctx->DrawBuffer->_Xmin;
    ypos = ctx->DrawBuffer->_Ymin;
    width =  ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;