[X2Go-Commits] [nx-libs] 01/54: rrdispatch.c: remove obsolete ifdef

git-admin at x2go.org git-admin at x2go.org
Sun Mar 24 10:04:58 CET 2019


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 <uli42 at gmx.de>
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


More information about the x2go-commits mailing list