Static and dead code cleanup from mi/

This commit is contained in:
Adam Jackson
2007-03-25 17:56:32 -04:00
parent 62224e3972
commit af769892a9
19 changed files with 61 additions and 573 deletions

View File

@@ -126,12 +126,8 @@ miModifyPixmapHeader(pPixmap, width, height, depth, bitsPerPixel, devKind,
return TRUE;
}
/*ARGSUSED*/
Bool
miCloseScreen (iScreen, pScreen)
int iScreen;
ScreenPtr pScreen;
static Bool
miCloseScreen (int iScreen, ScreenPtr pScreen)
{
return ((*pScreen->DestroyPixmap)((PixmapPtr)pScreen->devPrivate));
}