From 061f7dc9f4cd70354878c8f61395826b7c78b981 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Sun, 30 Jun 2019 16:42:22 +0200 Subject: Events.c: nxagentInternalWindowInfo is only called with DEBUG_TREE so hide it behind that define --- nx-X11/programs/Xserver/hw/nxagent/Events.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'nx-X11/programs') diff --git a/nx-X11/programs/Xserver/hw/nxagent/Events.c b/nx-X11/programs/Xserver/hw/nxagent/Events.c index 4a6a05482..0134c1007 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Events.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Events.c @@ -456,7 +456,6 @@ void nxagentRemoteWindowInfo(Window win, int indent, Bool newLine) } -#ifdef DEBUG_TREE /* * Walk remote windows tree. */ @@ -517,7 +516,6 @@ void nxagentRemoteWindowsTree(Window window, int level) SAFE_XFree((char *) childList); } -#endif /* * Print info about internal window. -- cgit v1.2.3