From b67c01be841b602faea9c3253a4d08952bd7fc0c Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 22 Jan 2022 15:40:28 +0000 Subject: [PATCH] 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. --- putty.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/putty.h b/putty.h index edb5eb4c..7b7486a5 100644 --- a/putty.h +++ b/putty.h @@ -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. */