Commit 061f7dc9 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Events.c: nxagentInternalWindowInfo is only called with DEBUG_TREE

so hide it behind that define
parent 0153bf6b
...@@ -456,7 +456,6 @@ void nxagentRemoteWindowInfo(Window win, int indent, Bool newLine) ...@@ -456,7 +456,6 @@ void nxagentRemoteWindowInfo(Window win, int indent, Bool newLine)
} }
#ifdef DEBUG_TREE
/* /*
* Walk remote windows tree. * Walk remote windows tree.
*/ */
...@@ -517,7 +516,6 @@ void nxagentRemoteWindowsTree(Window window, int level) ...@@ -517,7 +516,6 @@ void nxagentRemoteWindowsTree(Window window, int level)
SAFE_XFree((char *) childList); SAFE_XFree((char *) childList);
} }
#endif
/* /*
* Print info about internal window. * Print info about internal window.
......
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