diff options
Diffstat (limited to 'src/smi.h')
-rw-r--r-- | src/smi.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -49,9 +49,6 @@ authorization from the XFree86 Project and Silicon Motion. #include "fb.h" -#ifdef HAVE_XAA_H -#include "xaa.h" -#endif #include "xf86fbman.h" #include "exa.h" #include "xf86cmap.h" @@ -252,9 +249,6 @@ typedef struct printed using a counter */ Bool useBIOS; /* Use BIOS for mode sets */ -#ifdef HAVE_XAA_H - XAAInfoRecPtr XAAInfoRec; /* XAA info Rec */ -#endif /* EXA */ ExaDriverPtr EXADriverPtr; @@ -379,9 +373,6 @@ void SMI_SetClippingRectangle(ScrnInfoPtr, int, int, int, int); void SMI_DisableClipping(ScrnInfoPtr); CARD32 SMI_DEDataFormat(int bpp); -/* smi_xaa.c */ -Bool SMI_XAAInit(ScreenPtr pScrn); - /* smi_exa.c */ Bool SMI_EXAInit(ScreenPtr pScrn); |