mesa: remove PFNGLBLENDCOLORPROC, PFNGLBLENDEQUATIONPROC typedefs in gl.h
authorBrian Paul <brianp@vmware.com>
Thu, 17 Oct 2013 18:10:26 +0000 (12:10 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 17 Oct 2013 18:10:39 +0000 (12:10 -0600)
Fixes error about duplicated typedefs (also in glext.h) reported on
NetBSD 6.1

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70546
Tested-by: Vinson Lee <vlee@freedesktop.org>
include/GL/gl.h

index 975cfe87f3b5d793f5a83259e7f3464d121d8218..babb7463e66bb99069d900bffe782cc480bfde21 100644 (file)
@@ -1736,8 +1736,6 @@ GLAPI void GLAPIENTRY glSeparableFilter2D( GLenum target,
 GLAPI void GLAPIENTRY glGetSeparableFilter( GLenum target, GLenum format,
        GLenum type, GLvoid *row, GLvoid *column, GLvoid *span );
 
-typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
-typedef void (APIENTRYP PFNGLBLENDEQUATIONPROC) (GLenum mode);