mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
Removed declarations made superfluous by our glxext.h header.
This commit is contained in:
parent
78c135606a
commit
083380884b
@ -31,8 +31,7 @@
|
|||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
|
|
||||||
void (*glXGetProcAddress(const GLubyte* procName))();
|
// This is the only glXGetProcAddress variant not declared by glxext.h
|
||||||
void (*glXGetProcAddressARB(const GLubyte* procName))();
|
|
||||||
void (*glXGetProcAddressEXT(const GLubyte* procName))();
|
void (*glXGetProcAddressEXT(const GLubyte* procName))();
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user