Commit 7f7895ee authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Window.c: remove useless code

parent 15843955
...@@ -2725,8 +2725,6 @@ Bool nxagentReconnectAllWindows(void *p0) ...@@ -2725,8 +2725,6 @@ Bool nxagentReconnectAllWindows(void *p0)
{ {
int flexibility = *(int *) p0; int flexibility = *(int *) p0;
flexibility = flexibility;
#if defined(NXAGENT_RECONNECT_DEBUG) || defined(NXAGENT_RECONNECT_WINDOW_DEBUG) #if defined(NXAGENT_RECONNECT_DEBUG) || defined(NXAGENT_RECONNECT_WINDOW_DEBUG)
fprintf(stderr, "nxagentReconnectAllWindows\n"); fprintf(stderr, "nxagentReconnectAllWindows\n");
#endif #endif
...@@ -2845,8 +2843,6 @@ Bool nxagentSetWindowCursors(void *p0) ...@@ -2845,8 +2843,6 @@ Bool nxagentSetWindowCursors(void *p0)
{ {
int flexibility = *(int *) p0; int flexibility = *(int *) p0;
flexibility = flexibility;
#if defined(NXAGENT_RECONNECT_DEBUG) || defined(NXAGENT_RECONNECT_WINDOW_DEBUG) #if defined(NXAGENT_RECONNECT_DEBUG) || defined(NXAGENT_RECONNECT_WINDOW_DEBUG)
fprintf(stderr, "nxagentSetWindowCursors: Going to loop over the windows.\n"); fprintf(stderr, "nxagentSetWindowCursors: Going to loop over the windows.\n");
#endif #endif
......
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