Browse Source

Remove a debug printf that should not have been left in.

tags/R300_DRIVER_0
Ian Romanick 21 years ago
parent
commit
eec8dbd512
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/mesa/drivers/dri/r200/r200_vtxfmt.c

+ 0
- 3
src/mesa/drivers/dri/r200/r200_vtxfmt.c View File

@@ -820,9 +820,6 @@ static GLboolean check_vtx_fmt( GLcontext *ctx )
if (R200_DEBUG & DEBUG_VFMT)
fprintf(stderr, "%s -- success\n", __FUNCTION__);

fprintf( stderr, "[%s:%u] vertex size = %u\n", __func__, __LINE__,
rmesa->vb.vertex_size );

return GL_TRUE;
}


Loading…
Cancel
Save