diff options
author | Brian Paul <[email protected]> | 2004-10-02 22:47:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-10-02 22:47:48 +0000 |
commit | 788ff5b5c7eca4f9ca689a4224a2cf944ee60edc (patch) | |
tree | edbec8b07b21597615a4169a6cda9df58dbb25ae /src/mesa/glapi/glapitemp.py | |
parent | feac4f6ba56d12c5d865b5a4b976f1939b557602 (diff) |
remove unused413 stuff, glDrawBuffersARB uses that slot now
Diffstat (limited to 'src/mesa/glapi/glapitemp.py')
-rw-r--r-- | src/mesa/glapi/glapitemp.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/glapi/glapitemp.py b/src/mesa/glapi/glapitemp.py index 8ce3092213c..99e77a66976 100644 --- a/src/mesa/glapi/glapitemp.py +++ b/src/mesa/glapi/glapitemp.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# $Id: glapitemp.py,v 1.6 2004/06/29 19:08:20 idr Exp $ +# $Id: glapitemp.py,v 1.7 2004/10/02 22:47:48 brianp Exp $ # Mesa 3-D graphics library # Version: 4.1 @@ -84,7 +84,6 @@ def PrintHead(): #error RETURN_DISPATCH must be defined #endif -GLAPI void GLAPIENTRY gl__unused413(void); /* silence warning */ """ #enddef |