From cd4b39403d74f314e1c2cfa4cf0e4fe542891dc3 Mon Sep 17 00:00:00 2001 From: George Sapountzis Date: Sat, 10 Mar 2007 23:12:15 +0200 Subject: Drop symbol lists from r128, radeon, theatre. compile-tested only --- src/theatre_detect.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/theatre_detect.h') 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 -- cgit v1.2.3