From 66cc83f9b5cb1a7c35ee759d7c8236ae0ad3c378 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 9cd1df181..cbc85f8b7 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