]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove outdated comment.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 21 Aug 2009 23:25:48 +0000 (23:25 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 21 Aug 2009 23:25:48 +0000 (23:25 +0000)
[originally from svn r8628]

unix/gtkwin.c

index 8261c949ea30c43a007b8aec968cbec34fa5e4bf..62981742fbf68a0f99700915fefd3d0775abc9eb 100644 (file)
@@ -167,14 +167,9 @@ int platform_default_i(const char *name, int def)
     return def;
 }
 
+/* Dummy routine, only required in plink. */
 void ldisc_update(void *frontend, int echo, int edit)
 {
-    /*
-     * This is a stub in pterm. If I ever produce a Unix
-     * command-line ssh/telnet/rlogin client (i.e. a port of plink)
-     * then it will require some termios manoeuvring analogous to
-     * that in the Windows plink.c, but here it's meaningless.
-     */
 }
 
 char *get_ttymode(void *frontend, const char *mode)