diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-03-21 20:24:22 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-01-11 15:31:02 +0200 |
commit | 63b4b8213fabc5a57f897b60b6eaa9f78d86e6ff (patch) | |
tree | 0b352ec2ee1b9d4664fcbcf20bd35a07f0497c53 /src/aticonsole.c | |
parent | 10e7636c02478b8ffe183bb0c46229ca0d6584e1 (diff) |
[mach64] Drop symbol lists.
egrep LOADER\|SymLists\|Symbols src/*.[hc]
not needed after server commit bca9364f3f4a2376edbcf57a34f704ce28be21ba, i.e.
xserver 1.2
compile-tested only
Diffstat (limited to 'src/aticonsole.c')
-rw-r--r-- | src/aticonsole.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/aticonsole.c b/src/aticonsole.c index bd5ec9c5..f8f20329 100644 --- a/src/aticonsole.c +++ b/src/aticonsole.c @@ -51,11 +51,6 @@ #include "atioption.h" #include "vbe.h" -static const char *vbeSymbols[] = { - "VBEGetVBEMode", - NULL -}; - #endif /* TV_OUT */ /* @@ -131,8 +126,6 @@ ATIProbeAndSetActiveDisplays int disp_request; ATITVStandard tv_std, tv_std_request; - xf86LoaderRefSymLists(vbeSymbols, NULL); - if (xf86GetVerbosity() > 3) { xf86ErrorFVerb(4, "\n Before TV-Out queries\n\n"); ATIPrintRegisters(pATI); @@ -539,8 +532,6 @@ ATIEnterGraphics #ifdef TV_OUT if (pATI->OptionTvOut) { - xf86LoaderRefSymLists(vbeSymbols, NULL); - if (pATI->pVBE) { if (VBEGetVBEMode(pATI->pVBE, &pATI->vbemode)) { xf86DrvMsg(pScreenInfo->scrnIndex, X_INFO, "Saving VESA mode: 0x%x\n", |