remove debug assertion
authorBrian <brian.paul@tungstengraphics.com>
Tue, 16 Oct 2007 23:56:13 +0000 (17:56 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 16 Oct 2007 23:56:13 +0000 (17:56 -0600)
src/mesa/state_tracker/st_cb_drawpixels.c

index 7d11520..97d4f41 100644 (file)
@@ -954,7 +954,6 @@ make_bitmap_texture(GLcontext *ctx, GLsizei width, GLsizei height,
       if (unpack->LsbFirst) {
          /* Lsb first */
          GLubyte mask = 1U << (unpack->SkipPixels & 0x7);
-         assert(0);
          for (col = 0; col < width; col++) {
 
             /* set texel to 255 if bit is set */