summaryrefslogtreecommitdiff
path: root/src/radeon_video.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2007-03-10 23:12:15 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-01-11 15:31:08 +0200
commitcd4b39403d74f314e1c2cfa4cf0e4fe542891dc3 (patch)
tree0be0be5802484818616eae0973a2019cbe74a851 /src/radeon_video.c
parent63b4b8213fabc5a57f897b60b6eaa9f78d86e6ff (diff)
Drop symbol lists from r128, radeon, theatre.
compile-tested only
Diffstat (limited to 'src/radeon_video.c')
-rw-r--r--src/radeon_video.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon_video.c b/src/radeon_video.c
index de706053..29d65080 100644
--- a/src/radeon_video.c
+++ b/src/radeon_video.c
@@ -1505,8 +1505,6 @@ RADEONAllocAdaptor(ScrnInfoPtr pScrn)
xf86DrvMsg(pScrn->scrnIndex,X_ERROR,"Unable to load Rage Theatre detect module\n");
goto skip_theatre;
}
- xf86LoaderReqSymbols(TheatreDetectSymbolsList, NULL);
-
RADEONSetupTheatre(pScrn, pPriv);
/*
@@ -1546,7 +1544,6 @@ RADEONAllocAdaptor(ScrnInfoPtr pScrn)
goto skip_theatre;
}
}
- xf86LoaderReqSymbols(TheatreSymbolsList, NULL);
}
if(pPriv->theatre!=NULL)