From: jacob Date: Fri, 21 Aug 2009 23:25:48 +0000 (+0000) Subject: Remove outdated comment. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/e436e0602b66c82acf0741ced8f9a19bd2060e70?hp=6acea9a62669bfaa56dbea9a0b15c921eaff4d01 Remove outdated comment. git-svn-id: svn://svn.tartarus.org/sgt/putty@8628 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/unix/gtkwin.c b/unix/gtkwin.c index 8261c949..62981742 100644 --- a/unix/gtkwin.c +++ b/unix/gtkwin.c @@ -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)