summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Graunke <kenny@whitecape.org>2009-10-02 14:31:36 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-10-02 14:31:36 -0400
commitcc45856a18dd3e6f7e44d9eb507b31419da70977 (patch)
treec209303e57bd925b92bef78bc5933bf5975bacd6
parentd302481493ff61eb7f8648b7afe7407b6b653cf7 (diff)
radeon: Remove gatos message from driver startup
Remove a message on driver startup which directs people to the old GATOS website; said site contains highly out of date software which is no longer necessary.
-rw-r--r--src/radeon_driver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 24ef513..e0ba9ba 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -3118,10 +3118,6 @@ Bool RADEONPreInit(ScrnInfoPtr pScrn, int flags)
info->MMIO = NULL;
xf86DrvMsg(pScrn->scrnIndex, X_NOTICE,
- "For information on using the multimedia capabilities\n\tof this"
- " adapter, please see http://gatos.sf.net.\n");
-
- xf86DrvMsg(pScrn->scrnIndex, X_NOTICE,
"MergedFB support has been removed and replaced with"
" xrandr 1.2 support\n");