diff options
author | Ian Romanick <idr@us.ibm.com> | 2008-05-30 17:51:22 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2008-05-30 17:51:22 -0700 |
commit | 9ee7b04b1fe57834a541ef27b4e25acffd3ac1c5 (patch) | |
tree | 2b1de9248e03f2d23a259eae0f49713f22182539 /src/mga_dri.c | |
parent | 254299d06eba2ede820f1fe2929a4b247ead39b1 (diff) |
cfb8_32: Gut a remnants of support for 24-bit with 8-bit overlay
Diffstat (limited to 'src/mga_dri.c')
-rw-r--r-- | src/mga_dri.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mga_dri.c b/src/mga_dri.c index 7556399..d15f5f6 100644 --- a/src/mga_dri.c +++ b/src/mga_dri.c @@ -38,11 +38,6 @@ #include "xf86PciInfo.h" #include "xf86Pci.h" -#define PSZ 8 -#include "cfb.h" -#undef PSZ -#include "cfb16.h" -#include "cfb32.h" #include "miline.h" |