summaryrefslogtreecommitdiff
path: root/src/r128_dri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/r128_dri.c')
-rw-r--r--src/r128_dri.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/r128_dri.c b/src/r128_dri.c
index 6e60dd47..41e238e8 100644
--- a/src/r128_dri.c
+++ b/src/r128_dri.c
@@ -977,7 +977,6 @@ Bool R128DRIScreenInit(ScreenPtr pScreen)
/* Check that the GLX, DRI, and DRM modules have been loaded by testing
* for known 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,