From ba3d643c49ce16f8dcddac56308588839c55bc87 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Thu, 3 Jun 2004 01:56:07 +0000 Subject: kill __driRegisterExtensions(), none of the functions did anything --- src/mesa/drivers/dri/x11/x11_dri.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mesa/drivers/dri/x11') 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. -- cgit v1.2.3