From 788ff5b5c7eca4f9ca689a4224a2cf944ee60edc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 2 Oct 2004 22:47:48 +0000 Subject: remove unused413 stuff, glDrawBuffersARB uses that slot now --- src/mesa/glapi/glapitemp.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/glapi/glapitemp.py') diff --git a/src/mesa/glapi/glapitemp.py b/src/mesa/glapi/glapitemp.py index 8ce3092213..99e77a6697 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 -- cgit v1.2.3