aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Window.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2021-01-30 16:10:08 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-02-03 14:52:53 +0100
commit150e9bda9f47e004291f169e7493500cc5b0be74 (patch)
tree9b172999ea1a440bbd5f1da02fd1e1dab0fc6c3a /nx-X11/programs/Xserver/hw/nxagent/Window.c
parent8ce12d613a570710b9e1c7fa179b6d0cafd9de0f (diff)
downloadnx-libs-150e9bda9f47e004291f169e7493500cc5b0be74.tar.gz
nx-libs-150e9bda9f47e004291f169e7493500cc5b0be74.tar.bz2
nx-libs-150e9bda9f47e004291f169e7493500cc5b0be74.zip
nxagent: drop unused nxagentVisibility variables
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Window.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c
index d95f8f3ed..adf54b717 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Window.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c
@@ -80,8 +80,6 @@ int nxagentWindowPrivateIndex;
*/
int nxagentVisibility = VisibilityUnobscured;
-unsigned long nxagentVisibilityTimeout = 0;
-Bool nxagentVisibilityStop = False;
ConfiguredWindowStruct *nxagentConfiguredWindowList;
StaticResizedWindowStruct *nxagentStaticResizedWindowList;