summaryrefslogtreecommitdiff
path: root/src/glx
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@gmail.com>2004-06-03 01:56:07 +0000
committerJon Smirl <jonsmirl@gmail.com>2004-06-03 01:56:07 +0000
commitba3d643c49ce16f8dcddac56308588839c55bc87 (patch)
tree492d08e17c016a1eb6c92c51de1af6c663b35b72 /src/glx
parent5b98ada88071a752b6000756949a1951183cdd0b (diff)
kill __driRegisterExtensions(), none of the functions did anything
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/mini/dri_util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/mini/dri_util.h b/src/glx/mini/dri_util.h
index a3934da4b9..638bfa9524 100644
--- a/src/glx/mini/dri_util.h
+++ b/src/glx/mini/dri_util.h
@@ -524,8 +524,4 @@ driCalculateSwapUsage( __DRIdrawablePrivate *dPriv,
extern int
driCompareGLXAPIVersion( GLuint required_version );
-/** This is optionally implemented in each driver */
-extern void
-__driRegisterExtensions( void );
-
#endif /* _DRI_UTIL_H_ */