mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
xwin: fix unused variables in winSetShapeMultiWindow()
Fix warnings on unused variables. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
3031e96abf
commit
3ac1db8b5e
@@ -44,10 +44,6 @@
|
||||
void
|
||||
winSetShapeMultiWindow(WindowPtr pWin, int kind)
|
||||
{
|
||||
ScreenPtr pScreen = pWin->drawable.pScreen;
|
||||
|
||||
winScreenPriv(pScreen);
|
||||
|
||||
#if ENABLE_DEBUG
|
||||
ErrorF("winSetShapeMultiWindow - pWin: %p kind: %i\n", pWin, kind);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user