summaryrefslogtreecommitdiff
path: root/src/theatre_detect.h
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/theatre_detect.h
parent63b4b8213fabc5a57f897b60b6eaa9f78d86e6ff (diff)
Drop symbol lists from r128, radeon, theatre.
compile-tested only
Diffstat (limited to 'src/theatre_detect.h')
-rw-r--r--src/theatre_detect.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/theatre_detect.h b/src/theatre_detect.h
index b414308f..5fed160e 100644
--- a/src/theatre_detect.h
+++ b/src/theatre_detect.h
@@ -41,17 +41,6 @@
TheatrePtr DetectTheatre(GENERIC_BUS_Ptr b);
-#define TheatreDetectSymbolsList \
- "DetectTheatre"
-
-#ifdef XFree86LOADER
-
#define xf86_DetectTheatre ((TheatrePtr (*)(GENERIC_BUS_Ptr))LoaderSymbol("DetectTheatre"))
-#else
-
-#define xf86_DetectTheatre DetectTheatre
-
-#endif
-
#endif