Removed declarations made superfluous by our glxext.h header.

This commit is contained in:
Camilla Berglund 2012-02-01 22:00:07 +01:00
parent 78c135606a
commit 083380884b

View File

@ -31,8 +31,7 @@
#include "internal.h"
void (*glXGetProcAddress(const GLubyte* procName))();
void (*glXGetProcAddressARB(const GLubyte* procName))();
// This is the only glXGetProcAddress variant not declared by glxext.h
void (*glXGetProcAddressEXT(const GLubyte* procName))();