Remove unused have3DWindows from pI830.

This commit is contained in:
Michel Dänzer 2007-03-10 16:15:33 +01:00
parent 797aa6fcb1
commit c4a23c5ef8
2 changed files with 0 additions and 4 deletions

View File

@ -306,7 +306,6 @@ typedef struct _I830Rec {
int TexGranularity;
int drmMinor;
Bool have3DWindows;
int mmModeFlags;
int mmSize;

View File

@ -1468,7 +1468,6 @@ I830DRITransitionTo3d(ScreenPtr pScreen)
I830Ptr pI830 = I830PTR(pScrn);
I830DRISetPfMask(pScreen, pI830->allowPageFlip ? 0x3 : 0);
pI830->have3DWindows = 1;
}
@ -1488,8 +1487,6 @@ I830DRITransitionTo2d(ScreenPtr pScreen)
"[dri] %s: kernel failed to unflip buffers.\n", __func__);
I830DRISetPfMask(pScreen, 0);
pI830->have3DWindows = 0;
}
static void