Removed declarations made superfluous by our glxext.h header.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent 78c135606a
commit 083380884b
  1. 3
      src/x11_opengl.c

@ -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…
Cancel
Save