summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/x11
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@gmail.com>2004-06-03 23:30:33 +0000
committerJon Smirl <jonsmirl@gmail.com>2004-06-03 23:30:33 +0000
commitd672f38709352da01b5a4a04a1777f3a40d09180 (patch)
tree29ffb9a9d4fcbbfb1a72d175f7241c6f687c5a40 /src/mesa/drivers/dri/x11
parent82a558108950ff74a0384a8ba243296f25d0cf90 (diff)
Redo of removing __driRegisterExtensions(). I accidentally undid the previous check in.
Diffstat (limited to 'src/mesa/drivers/dri/x11')
-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 9d92ce8dab..f7d25271fb 100644
--- a/src/mesa/drivers/dri/x11/x11_dri.c
+++ b/src/mesa/drivers/dri/x11/x11_dri.c
@@ -442,11 +442,6 @@ static struct __DriverAPIRec x11API = {
x11UnbindContext
};
-void
-__driRegisterExtensions(void)
-{
-}
-
/*
* This is the bootstrap function for the driver.
* The __driCreateScreen name is the symbol that libGL.so fetches.