X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6d00e1d1dabe0ee70be5010c90f4584abd0b0532..ea5c6c702ec5543e6f5518ffd482291addb63e51:/unix/gtkwin.c 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)