From 3ac1db8b5e67c5ffec31edf49e716d4aaf8d7d21 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 28 Jul 2025 17:45:35 +0200 Subject: [PATCH] xwin: fix unused variables in winSetShapeMultiWindow() Fix warnings on unused variables. Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xwin/winmultiwindowshape.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/xwin/winmultiwindowshape.c b/hw/xwin/winmultiwindowshape.c index 9cd1df181f..cbc85f8b7b 100644 --- a/hw/xwin/winmultiwindowshape.c +++ b/hw/xwin/winmultiwindowshape.c @@ -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