diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-01-26 03:26:06 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-01-26 03:26:06 +0000 |
commit | 78d80c93260b9a67c65b12cb5cf4c4e624efc144 (patch) | |
tree | 7eeb1a6ce0a7dd190929c032234b75da0e2e8928 /src/ffb_dri.c | |
parent | 214eb92d43214e206cdb38e72ae0f5c667b5d29f (diff) |
Remove remaining cfb-isms and dead accel code.
Diffstat (limited to 'src/ffb_dri.c')
-rw-r--r-- | src/ffb_dri.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ffb_dri.c b/src/ffb_dri.c index 486edc3..209a9d3 100644 --- a/src/ffb_dri.c +++ b/src/ffb_dri.c @@ -33,11 +33,6 @@ #include "xf86PciInfo.h" #include "xf86Pci.h" -#define PSZ 8 -#include "cfb.h" -#undef PSZ -#include "cfb16.h" -#include "cfb32.h" #include "miline.h" |