summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/fb/fb_dri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/fb/fb_dri.c')
-rw-r--r--src/mesa/drivers/dri/fb/fb_dri.c7
1 files changed, 0 insertions, 7 deletions
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.
*