]> source.dussan.org Git - tigervnc.git/commitdiff
Don't list clipboard parameters for x0vncserver
authorPierre Ossman <ossman@cendio.se>
Fri, 11 Jun 2021 14:54:55 +0000 (16:54 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 11 Jun 2021 14:54:55 +0000 (16:54 +0200)
Better to just hide these parameters rather than stating that they are
unused in the man page.

unix/x0vncserver/x0vncserver.cxx
unix/x0vncserver/x0vncserver.man

index 0aa2a92b1f9027da61b8e76f3a022ca027c62f89..0bf10a90b9d889f83af942268c3490eaf952a1f0 100644 (file)
@@ -209,6 +209,11 @@ int main(int argc, char** argv)
 
   Configuration::enableServerParams();
 
+  // FIXME: We don't support clipboard yet
+  Configuration::removeParam("AcceptCutText");
+  Configuration::removeParam("SendCutText");
+  Configuration::removeParam("MaxCutText");
+
   for (int i = 1; i < argc; i++) {
     if (Configuration::setParam(argv[i]))
       continue;
index e1a4646f4c9e3be9f4fb9264383703b86ecf7d13..55f30454d2687fa930b403ae5d66b5819de3334a 100644 (file)
@@ -297,14 +297,6 @@ Terminate when a client has been connected for \fIN\fP seconds.  Default is
 .TP
 .B \-MaxIdleTime \fIseconds\fP
 Terminate after \fIN\fP seconds of user inactivity.  Default is 0.
-.
-.TP
-.B \-AcceptCutText
-.TQ
-.B \-SendCutText
-.TQ
-.B \-MaxCutText
-Currently unused.
 
 .SH SEE ALSO
 .BR Xvnc (1),