Bug #4829: Remove some useless DRI symbol checks.
This commit is contained in:
parent
53c122fa16
commit
25a63bfefd
|
|
@ -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")) {
|
||||
|
|
|
|||
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue