diff options
author | Ian Romanick <idr@us.ibm.com> | 2006-09-06 16:13:21 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2006-09-06 16:13:21 -0700 |
commit | 64479fffa22581cc7d753065c33eda5520b7db9a (patch) | |
tree | 1cfe4f1226bf7ec6f5405b52f434b1f60835ff3a /GL/glx/glxserver.h | |
parent | a0179281a6522ec59830e8f2549633741bc56e10 (diff) |
Remove prototypes and externs for non-existant functions and variables.
Diffstat (limited to 'GL/glx/glxserver.h')
-rw-r--r-- | GL/glx/glxserver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/GL/glx/glxserver.h b/GL/glx/glxserver.h index a79520e4a..838973731 100644 --- a/GL/glx/glxserver.h +++ b/GL/glx/glxserver.h @@ -191,7 +191,6 @@ typedef int (*__GLXdispatchVendorPrivProcPtr)(__GLXclientState *, GLbyte *); * Dispatch for GLX commands. */ typedef int (*__GLXprocPtr)(__GLXclientState *, char *pc); -extern __GLXprocPtr __glXProcTable[]; /* * Tables for computing the size of each rendering command. @@ -252,6 +251,4 @@ extern int __glXImageSize(GLenum format, GLenum type, GLint imageHeight, GLint rowLength, GLint skipImages, GLint skipRows, GLint alignment); -extern int __glXDrawArraysReqSize(const GLbyte *pc, Bool swap); - #endif /* !__GLX_server_h__ */ |