Commit 0938cf83 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mihai Moldovan

Events.c: drop unused variable

parent 43579a3b
...@@ -1456,7 +1456,6 @@ void nxagentConfigureWindow(WindowPtr pWin, unsigned int mask) ...@@ -1456,7 +1456,6 @@ void nxagentConfigureWindow(WindowPtr pWin, unsigned int mask)
Window parent_return; Window parent_return;
Window *children_return; Window *children_return;
unsigned int nchildren_return; unsigned int nchildren_return;
Window *pw;
Status result; Status result;
result = XQueryTree(nxagentDisplay, DefaultRootWindow(nxagentDisplay), result = XQueryTree(nxagentDisplay, DefaultRootWindow(nxagentDisplay),
...@@ -1464,8 +1463,6 @@ void nxagentConfigureWindow(WindowPtr pWin, unsigned int mask) ...@@ -1464,8 +1463,6 @@ void nxagentConfigureWindow(WindowPtr pWin, unsigned int mask)
if (result) if (result)
{ {
pw = children_return;
fprintf(stderr, "nxagentConfigureWindow: Children of the root: "); fprintf(stderr, "nxagentConfigureWindow: Children of the root: ");
while(nchildren_return > 0) while(nchildren_return > 0)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment