1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-10 15:48:06 -05:00

Remove orphaned prototype of ser_setup_config_box.

The serial configuration was folded back into config.c in commit
18d273fcf1eca23, but I forgot to remove the prototype in putty.h.
This commit is contained in:
Simon Tatham 2022-01-22 15:40:28 +00:00
parent e262dab642
commit b67c01be84

View File

@ -2399,12 +2399,6 @@ char const *conf_dest(Conf *conf);
*/
void prepare_session(Conf *conf);
/*
* Exports from sercfg.c.
*/
void ser_setup_config_box(struct controlbox *b, bool midsession,
int parity_mask, int flow_mask);
/*
* Exports from version.c.
*/