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:
Enrico Weigelt, metux IT consult
2025-07-28 17:45:35 +02:00
committed by Enrico Weigelt
parent 3031e96abf
commit 3ac1db8b5e

View File

@@ -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