Remove dead #if 0-ed structure.

This commit is contained in:
Eric Anholt 2007-02-13 10:07:47 -08:00
parent c3aed56d46
commit 991439d4c7
1 changed files with 0 additions and 15 deletions

View File

@ -232,21 +232,6 @@ enum last_3d {
LAST_3D_ROTATION
};
#if 0
typedef struct _I830PipeRec {
Bool enabled;
int x;
int y;
Bool cursorInRange;
Bool cursorShown;
DisplayModeRec curMode;
DisplayModeRec desiredMode;
#ifdef RANDR_12_INTERFACE
RRCrtcPtr randr_crtc;
#endif
} I830PipeRec, *I830PipePtr;
#endif
typedef struct _I830Rec {
unsigned char *MMIOBase;
unsigned char *FbBase;