mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 04:30:22 +01:00
mesa: remove debug code
This commit is contained in:
parent
6246dd890f
commit
eb10fa3ed6
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue