1 diff --git a/src/mga_storm.c b/src/mga_storm.c
2 index 7ac3ae0..96bb6b9 100644
5 @@ -786,7 +786,6 @@ Bool mgaAccelInit( ScreenPtr pScreen )
8 switch (pMga->Chipset) {
9 - case PCI_CHIP_MGAG200_SE_A_PCI:
10 case PCI_CHIP_MGAG200_SE_B_PCI:
11 maxlines = (min(pMga->FbUsableSize, 1*1024*1024)) /
12 (pScrn->displayWidth * pMga->CurrentLayout.bitsPerPixel / 8);