kill __driRegisterExtensions(), none of the functions did anything

This commit is contained in:
Jon Smirl
2004-06-03 01:56:07 +00:00
parent 5b98ada880
commit ba3d643c49
6 changed files with 0 additions and 74 deletions

View File

@@ -176,9 +176,6 @@ extern void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscre
extern void *__driCreateScreen(Display *dpy, int scrn, __DRIscreen *psc,
int numConfigs, __GLXvisualConfig *config);
/** This is optionally implemented in each driver */
extern void __driRegisterExtensions( void );
#endif /* DRI_NEW_INTERFACE_ONLY */