diff options
author | Kristian Høgsberg <[email protected]> | 2008-02-29 16:42:29 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2008-02-29 16:42:29 -0500 |
commit | 3c5a1e4c2d20da0e8581df22d82a45a4156e0894 (patch) | |
tree | e180f9d3b9553be30b3adce29ae399e14a4aca40 /src/glx/x11/glxclient.h | |
parent | 51cd168da47bcc8d5453112745862bf9fbd03239 (diff) |
Update libGL DRI loader to latest DRI interface changes.
Diffstat (limited to 'src/glx/x11/glxclient.h')
-rw-r--r-- | src/glx/x11/glxclient.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h index 7054f3cc310..002f7693a0c 100644 --- a/src/glx/x11/glxclient.h +++ b/src/glx/x11/glxclient.h @@ -714,9 +714,6 @@ extern char *__glXstrdup(const char *str); extern const char __glXGLClientVersion[]; extern const char __glXGLClientExtensions[]; -/* Determine the internal API version */ -extern int __glXGetInternalVersion(void); - /* Get the unadjusted system time */ extern int __glXGetUST( int64_t * ust ); |