diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-09-17 03:04:53 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-09-17 03:04:53 +0000 |
commit | e904a31f0adbcc7595777e373bcbaf09d2fee597 (patch) | |
tree | cca42f5283ef8be6cc8169f9d40d0cf31febafca | |
parent | fdffbfbc7f3231e53a5857cc2d8cb5a77e76f936 (diff) |
Bug #1192: Remove cfb support from drivers where its use is an option.
Delete xf24_32bpp, as s3virge was the last user. Fix up some comments
to refer to fb rather than cfb.
-rw-r--r-- | src/savage_dri.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/savage_dri.c b/src/savage_dri.c index d42b4b6..dc8a395 100644 --- a/src/savage_dri.c +++ b/src/savage_dri.c @@ -36,14 +36,6 @@ #include "xf86Pci.h" #include "xf86fbman.h" -#if 0 -#define PSZ 8 -#include "cfb.h" -#undef PSZ -#include "cfb16.h" -#include "cfb32.h" -#endif - #include "miline.h" |