From 3770e2c39e440378d8dae79403887948927c9722 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Wed, 6 Aug 2025 22:51:49 -0400 Subject: [PATCH] chore: XWindowsScreen::handleSystemEvent, remove unused Window variables --- src/lib/platform/XWindowsScreen.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/platform/XWindowsScreen.cpp b/src/lib/platform/XWindowsScreen.cpp index 79263b528..1a0e8f717 100644 --- a/src/lib/platform/XWindowsScreen.cpp +++ b/src/lib/platform/XWindowsScreen.cpp @@ -1206,8 +1206,6 @@ void XWindowsScreen::handleSystemEvent(const Event &event) if (XGetEventData(m_display, cookie) && cookie->type == GenericEvent && cookie->extension == xi_opcode) { if (cookie->evtype == XI_RawMotion) { // Get current pointer's position - Window root; - Window child; XMotionEvent xmotion; xmotion.type = MotionNotify; xmotion.send_event = False; // Raw motion