mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-06 22:12:47 -05:00
Remove obsolete sanitise_term_data().
The previous commit removed its last use, so now we can garbage- collect it, including its long-standing FIXME comment which is now fulfilled by the new StripCtrlChars system.
This commit is contained in:
2
misc.h
2
misc.h
@ -137,8 +137,6 @@ static inline void bufchain_set_callback(bufchain *ch, IdempotentCallback *ic)
|
||||
bufchain_set_callback_inner(ch, ic, queue_idempotent_callback);
|
||||
}
|
||||
|
||||
void sanitise_term_data(bufchain *out, const void *vdata, size_t len);
|
||||
|
||||
bool validate_manual_hostkey(char *key);
|
||||
|
||||
struct tm ltime(void);
|
||||
|
Reference in New Issue
Block a user