summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/x11/x11_dri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/x11/x11_dri.c')
-rw-r--r--src/mesa/drivers/dri/x11/x11_dri.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/x11/x11_dri.c b/src/mesa/drivers/dri/x11/x11_dri.c
index 5ea3f1a1c4..cc307b0cc4 100644
--- a/src/mesa/drivers/dri/x11/x11_dri.c
+++ b/src/mesa/drivers/dri/x11/x11_dri.c
@@ -450,11 +450,6 @@ static struct __DriverAPIRec x11API = {
x11OpenCloseFullScreen
};
-void
-__driRegisterExtensions(void)
-{
-}
-
/*
* This is the bootstrap function for the driver.
* The __driCreateScreen name is the symbol that libGL.so fetches.