From d672f38709352da01b5a4a04a1777f3a40d09180 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Thu, 3 Jun 2004 23:30:33 +0000 Subject: Redo of removing __driRegisterExtensions(). I accidentally undid the previous check in. --- src/mesa/drivers/dri/fb/fb_dri.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mesa/drivers/dri/fb') diff --git a/src/mesa/drivers/dri/fb/fb_dri.c b/src/mesa/drivers/dri/fb/fb_dri.c index 3a388cebc1..d5ea98b5be 100644 --- a/src/mesa/drivers/dri/fb/fb_dri.c +++ b/src/mesa/drivers/dri/fb/fb_dri.c @@ -570,12 +570,6 @@ static struct __DriverAPIRec fbAPI = { }; -void -__driRegisterExtensions( void ) -{ -} - - /* * This is the bootstrap function for the driver. * The __driCreateScreen name is the symbol that libGL.so fetches. @@ -591,7 +585,6 @@ __driCreateScreen(struct DRIDriverRec *driver, } - /** * \brief Establish the set of modes available for the display. * -- cgit v1.2.3