summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-05-27 18:37:58 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-05-27 18:37:58 -0400
commitee0424078a3ea26f58c2998c9e58e065fb63f1a0 (patch)
treef60ec31d40bbbc36b9659255d4184904a1d1c7fa
parentb34df233115c0d82d7bcf82e041afbc55981ce82 (diff)
radeon: remove dead code
-rw-r--r--src/radeon_exa_funcs.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/radeon_exa_funcs.c b/src/radeon_exa_funcs.c
index 7a275655..3804498f 100644
--- a/src/radeon_exa_funcs.c
+++ b/src/radeon_exa_funcs.c
@@ -491,10 +491,7 @@ Bool FUNC_NAME(RADEONDrawInit)(ScreenPtr pScreen)
#ifdef RENDER
if (info->RenderAccel) {
- if (info->ChipFamily >= CHIP_FAMILY_R600)
- xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Render acceleration "
- "unsupported on R600 and newer cards.\n");
- else if (IS_R300_3D || IS_R500_3D) {
+ if (IS_R300_3D || IS_R500_3D) {
if ((info->ChipFamily < CHIP_FAMILY_RS400)
#ifdef XF86DRI
|| (info->directRenderingEnabled)