mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-22 05:25:03 -05:00
Remove outdated comment.
[originally from svn r8628]
This commit is contained in:
parent
477d12edc4
commit
6349a69b9b
@ -167,14 +167,9 @@ int platform_default_i(const char *name, int def)
|
|||||||
return def;
|
return def;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Dummy routine, only required in plink. */
|
||||||
void ldisc_update(void *frontend, int echo, int edit)
|
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)
|
char *get_ttymode(void *frontend, const char *mode)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user