From 788ff5b5c7eca4f9ca689a4224a2cf944ee60edc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 2 Oct 2004 22:47:48 +0000 Subject: [PATCH] remove unused413 stuff, glDrawBuffersARB uses that slot now --- include/GL/gl_mangle.h | 1 - src/mesa/glapi/gl_apitemp.py | 1 - src/mesa/glapi/glapitemp.h | 1 - src/mesa/glapi/glapitemp.py | 3 +-- 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/include/GL/gl_mangle.h b/include/GL/gl_mangle.h index 873be540ab1..8d3306b9fb1 100644 --- a/include/GL/gl_mangle.h +++ b/include/GL/gl_mangle.h @@ -30,7 +30,6 @@ /* Internal symbols which may collide with other OpenGL implementations. */ #define __glCoreCreateContext __mglCoreCreateContext #define __glCoreNopDispatch __mglCoreNopDispatch -#define gl__unused413 MANGLE(__unused413) /*REGENERATE_TO_END-----------ALL LINES BELOW HERE GET REPLACED ON REGENERATION */ diff --git a/src/mesa/glapi/gl_apitemp.py b/src/mesa/glapi/gl_apitemp.py index b8b32ac3624..a68fc7e6632 100644 --- a/src/mesa/glapi/gl_apitemp.py +++ b/src/mesa/glapi/gl_apitemp.py @@ -129,7 +129,6 @@ class PrintGlOffsets(gl_XML.FilterGLAPISpecBase): #error RETURN_DISPATCH must be defined #endif -GLAPI void GLAPIENTRY gl__unused413(void); /* silence warning */ """ return diff --git a/src/mesa/glapi/glapitemp.h b/src/mesa/glapi/glapitemp.h index da1a59789b9..c1b6b091a1c 100644 --- a/src/mesa/glapi/glapitemp.h +++ b/src/mesa/glapi/glapitemp.h @@ -69,7 +69,6 @@ #error RETURN_DISPATCH must be defined #endif -GLAPI void GLAPIENTRY gl__unused413(void); /* silence warning */ KEYWORD1 void KEYWORD2 NAME(NewList)(GLuint list, GLenum mode) { 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 -- 2.30.2