mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Static and dead code cleanup from mi/
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user