Browse Source

mesa: remove debug code

tags/mesa_20090313
Brian Paul 17 years ago
parent
commit
cdc0b6e523
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/mesa/main/shaders.c

+ 0
- 1
src/mesa/main/shaders.c View File

@@ -128,7 +128,6 @@ _mesa_DeleteObjectARB(GLhandleARB obj)
void GLAPIENTRY
_mesa_DeleteProgram(GLuint name)
{
printf("%s name=%u\n", __FUNCTION__, name);
if (name) {
GET_CURRENT_CONTEXT(ctx);
ctx->Driver.DeleteProgram2(ctx, name);

Loading…
Cancel
Save