Bug #4829: Remove some useless DRI symbol checks.

This commit is contained in:
Adam Jackson 2005-10-21 18:40:19 +00:00
parent 53c122fa16
commit 25a63bfefd
2 changed files with 0 additions and 4 deletions

View File

@ -306,8 +306,6 @@ I810DRIScreenInit(ScreenPtr pScreen)
* for known symbols in each module. */
if (!xf86LoaderCheckSymbol("GlxSetVisualConfigs"))
return FALSE;
if (!xf86LoaderCheckSymbol("DRIScreenInit"))
return FALSE;
if (!xf86LoaderCheckSymbol("drmAvailable"))
return FALSE;
if (!xf86LoaderCheckSymbol("DRIQueryVersion")) {

View File

@ -425,8 +425,6 @@ I830DRIScreenInit(ScreenPtr pScreen)
* for known symbols in each module. */
if (!xf86LoaderCheckSymbol("GlxSetVisualConfigs"))
return FALSE;
if (!xf86LoaderCheckSymbol("DRIScreenInit"))
return FALSE;
if (!xf86LoaderCheckSymbol("drmAvailable"))
return FALSE;
if (!xf86LoaderCheckSymbol("DRIQueryVersion")) {