From 0938cf83d37407267e17a2620da8ce1fc8264be8 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Tue, 5 Dec 2017 00:28:51 +0100 Subject: Events.c: drop unused variable --- nx-X11/programs/Xserver/hw/nxagent/Window.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'nx-X11') diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c index 2fa6bc136..849317f25 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Window.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c @@ -1456,7 +1456,6 @@ void nxagentConfigureWindow(WindowPtr pWin, unsigned int mask) Window parent_return; Window *children_return; unsigned int nchildren_return; - Window *pw; Status result; result = XQueryTree(nxagentDisplay, DefaultRootWindow(nxagentDisplay), @@ -1464,8 +1463,6 @@ void nxagentConfigureWindow(WindowPtr pWin, unsigned int mask) if (result) { - pw = children_return; - fprintf(stderr, "nxagentConfigureWindow: Children of the root: "); while(nchildren_return > 0) { -- cgit v1.2.3