From 87e22bbecfe455139732db440cc8bf0e32104f5a Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 3 Dec 2025 10:54:31 +0100 Subject: [PATCH] [PR #1522] xwin: drop unused variable PR: https://github.com/X11Libre/xserver/pull/1522 --- hw/xwin/winmultiwindowwindow.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xwin/winmultiwindowwindow.c b/hw/xwin/winmultiwindowwindow.c index f60adece00..ffbdd3ceb1 100644 --- a/hw/xwin/winmultiwindowwindow.c +++ b/hw/xwin/winmultiwindowwindow.c @@ -1048,7 +1048,6 @@ winModifyPixmapHeaderMultiwindow(PixmapPtr pPixmap, int depth, int bitsPerPixel, int devKind, void *pPixData) { - int i; winPrivPixmapPtr pPixmapPriv = winGetPixmapPriv(pPixmap); /* reinitialize everything */