diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-09-24 21:47:45 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-10-22 14:34:28 +0200 |
commit | 7f7895ee5674bf2bd507632408432cd5bd7090e3 (patch) | |
tree | 455875b98ea082b672ca0da818c84ca1514b8120 /nx-X11/programs/Xserver/hw/nxagent | |
parent | 1584395554707c75599f58c2bf8dfd3434053e13 (diff) | |
download | nx-libs-7f7895ee5674bf2bd507632408432cd5bd7090e3.tar.gz nx-libs-7f7895ee5674bf2bd507632408432cd5bd7090e3.tar.bz2 nx-libs-7f7895ee5674bf2bd507632408432cd5bd7090e3.zip |
Window.c: remove useless code
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Window.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c index 55eeaa0d0..d25424d7c 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Window.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c @@ -2725,8 +2725,6 @@ Bool nxagentReconnectAllWindows(void *p0) { int flexibility = *(int *) p0; - flexibility = flexibility; - #if defined(NXAGENT_RECONNECT_DEBUG) || defined(NXAGENT_RECONNECT_WINDOW_DEBUG) fprintf(stderr, "nxagentReconnectAllWindows\n"); #endif @@ -2845,8 +2843,6 @@ Bool nxagentSetWindowCursors(void *p0) { int flexibility = *(int *) p0; - flexibility = flexibility; - #if defined(NXAGENT_RECONNECT_DEBUG) || defined(NXAGENT_RECONNECT_WINDOW_DEBUG) fprintf(stderr, "nxagentSetWindowCursors: Going to loop over the windows.\n"); #endif |