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/atimode.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/atimode.c')
-rw-r--r-- | src/atimode.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/atimode.c b/src/atimode.c index 68c1342..d1b3198 100644 --- a/src/atimode.c +++ b/src/atimode.c @@ -43,12 +43,6 @@ #include "vbe.h" -static const char *vbeSymbols[] = { - "VBESetVBEMode", - "vbeFree", - NULL -}; - #endif /* TV_OUT */ #ifndef AVOID_CPIO @@ -733,9 +727,6 @@ ATISetVBEMode ATIHWPtr pATIHW ) { - - xf86LoaderRefSymLists(vbeSymbols, NULL); - if (pATIHW->crtc == ATI_CRTC_MACH64) { int vbemode, modekey; |