diff options
-rw-r--r-- | src/mga_dri.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mga_dri.c b/src/mga_dri.c index 7fd5868..1847484 100644 --- a/src/mga_dri.c +++ b/src/mga_dri.c @@ -993,7 +993,6 @@ Bool MGADRIScreenInit( ScreenPtr pScreen ) * for canonical symbols in each module. */ if ( !xf86LoaderCheckSymbol( "GlxSetVisualConfigs" ) ) return FALSE; - if ( !xf86LoaderCheckSymbol( "DRIScreenInit" ) ) return FALSE; if ( !xf86LoaderCheckSymbol( "drmAvailable" ) ) return FALSE; if ( !xf86LoaderCheckSymbol( "DRIQueryVersion" ) ) { xf86DrvMsg( pScreen->myNum, X_ERROR, |