aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-09-24 21:47:45 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-10-22 14:34:28 +0200
commit7f7895ee5674bf2bd507632408432cd5bd7090e3 (patch)
tree455875b98ea082b672ca0da818c84ca1514b8120
parent1584395554707c75599f58c2bf8dfd3434053e13 (diff)
downloadnx-libs-7f7895ee5674bf2bd507632408432cd5bd7090e3.tar.gz
nx-libs-7f7895ee5674bf2bd507632408432cd5bd7090e3.tar.bz2
nx-libs-7f7895ee5674bf2bd507632408432cd5bd7090e3.zip
Window.c: remove useless code
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Window.c4
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