Disable GLX visuals code on !GLXEXT, and remove a useless prototype.

This commit is contained in:
Eric Anholt 2004-01-25 05:31:24 +00:00
parent 01e9cc858a
commit 2ec70aa701

View File

@ -46,8 +46,7 @@
# define DRM_PAGE_SIZE 4096 # define DRM_PAGE_SIZE 4096
#endif #endif
void XFree86DRIExtensionInit(void); #ifdef GLXEXT
/* Initialize the visual configs that are supported by the hardware. /* Initialize the visual configs that are supported by the hardware.
* These are combined with the visual configs that the indirect * These are combined with the visual configs that the indirect
* rendering core supports, and the intersection is exported to the * rendering core supports, and the intersection is exported to the
@ -212,6 +211,7 @@ static Bool ATIInitVisualConfigs(ScreenPtr pScreen)
GlxSetVisualConfigs(numConfigs, pConfigs, (void**)pATIConfigPtrs); GlxSetVisualConfigs(numConfigs, pConfigs, (void**)pATIConfigPtrs);
return TRUE; return TRUE;
} }
#endif /* GLXEXT */
static void static void
ATIDRIInitGARTValues(ScreenPtr pScreen) ATIDRIInitGARTValues(ScreenPtr pScreen)