From ed8bce4fee83938c416507fd09014c0d90b1efa9 Mon Sep 17 00:00:00 2001 From: George Fufutos Date: Tue, 18 Apr 2006 01:36:11 +0300 Subject: [PATCH] Remove unnecessary check for DRI enabled. --- src/atiscreen.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/atiscreen.c b/src/atiscreen.c index e6b4cf0..2f79f00 100644 --- a/src/atiscreen.c +++ b/src/atiscreen.c @@ -140,13 +140,6 @@ ATIMach64SetupMemXAA_NoDRI if (!pATI->BankInfo.BankSize) #endif /* AVOID_CPIO */ - -#ifdef XF86DRI_DEVEL - - /* If DRI is enabled, we've already set up the FB manager in ATIScreenInit */ - if (!pATI->directRenderingEnabled) - -#endif /* XF86DRI_DEVEL */ { /* * Note: If PixelArea exceeds the engine's maximum, the excess is -- cgit v1.2.3