diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-03-10 23:12:15 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-01-11 15:31:08 +0200 |
commit | cd4b39403d74f314e1c2cfa4cf0e4fe542891dc3 (patch) | |
tree | 0be0be5802484818616eae0973a2019cbe74a851 /src/radeon.h | |
parent | 63b4b8213fabc5a57f897b60b6eaa9f78d86e6ff (diff) |
Drop symbol lists from r128, radeon, theatre.
compile-tested only
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/radeon.h b/src/radeon.h index bddbc7b9..2a3838c8 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -670,14 +670,12 @@ typedef struct { OptionInfoPtr Options; Bool useEXA; -#ifdef XFree86LOADER #ifdef USE_EXA XF86ModReqInfo exaReq; #endif #ifdef USE_XAA XF86ModReqInfo xaaReq; #endif -#endif /* X itself has the 3D context */ Bool XInited3D; |