summaryrefslogtreecommitdiff
path: root/src/mga_dri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mga_dri.c')
-rw-r--r--src/mga_dri.c1
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,