XQuartz: Don't need GlxSetVisualConfig any more

Fixes build failure resulting from 516f8e2cad
This commit is contained in:
Jeremy Huddleston 2009-02-17 23:24:25 -08:00
parent 3384276e9d
commit 066b17028a

View File

@ -723,8 +723,6 @@ static __GLXscreen * __glXAquaScreenProbe(ScreenPtr pScreen) {
screen->base.fbconfigs = CreateConfigs(&screen->base.numFBConfigs,
pScreen->myNum);
GlxSetVisualConfig(GLX_ALL_VISUALS);
__glXScreenInit(&screen->base, pScreen);
/* __glXScreenInit initializes these, so the order here is important, if we need these... */