This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository nx-libs.

commit f729ac996cef9fef7fe963b7b6c9de93fc8eb2cf
Author: Ulrich Sibiller <[email protected]>
Date:   Thu Feb 7 21:40:05 2019 +0100

    rrdispatch.c: remove obsolete ifdef
---
 nx-X11/programs/Xserver/randr/rrdispatch.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/nx-X11/programs/Xserver/randr/rrdispatch.c 
b/nx-X11/programs/Xserver/randr/rrdispatch.c
index 68d3b97..0626561 100644
--- a/nx-X11/programs/Xserver/randr/rrdispatch.c
+++ b/nx-X11/programs/Xserver/randr/rrdispatch.c
@@ -64,11 +64,7 @@ ProcRRQueryVersion(ClientPtr client)
         swapl(&rep.majorVersion);
         swapl(&rep.minorVersion);
     }
-#ifndef NXAGENT_SERVER
-    WriteToClient(client, sizeof(xRRQueryVersionReply), &rep);
-#else
     WriteToClient(client, sizeof(xRRQueryVersionReply), &rep);
-#endif
     return Success;
 }
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/nx-libs.git
_______________________________________________
x2go-commits mailing list
[email protected]
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to