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/ati.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/ati.c')
-rw-r--r-- | src/ati.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -63,7 +63,6 @@ #include "atipcirename.h" #include "ati.h" -#include "atimodule.h" #include "ativersion.h" #include "atimach64probe.h" @@ -193,8 +192,6 @@ ATIProbe return FALSE; } - xf86LoaderReqSymLists(RADEONSymbols, NULL); - RADEONIdentify(flags); if (RADEONProbe(pDriver, flags)) @@ -215,8 +212,6 @@ ATIProbe return FALSE; } - xf86LoaderReqSymLists(R128Symbols, NULL); - R128Identify(flags); if (R128Probe(pDriver, flags)) @@ -237,8 +232,6 @@ ATIProbe return FALSE; } - xf86LoaderReqSymLists(ATISymbols, NULL); - Mach64Identify(flags); if (Mach64Probe(pDriver, flags)) |