mesa: remove debug code
This commit is contained in:
committed by
Keith Whitwell
parent
6246dd890f
commit
eb10fa3ed6
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user