From: simon Date: Sun, 14 Jul 2013 10:46:42 +0000 (+0000) Subject: Remove a pointless assignment in setup_config_box. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/b1ad43d74907dcfa9a9a880f41e4c8f34d24d27a Remove a pointless assignment in setup_config_box. git-svn-id: svn://svn.tartarus.org/sgt/putty@9925 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/config.c b/config.c index 1b9ac393..02da07da 100644 --- a/config.c +++ b/config.c @@ -1347,13 +1347,13 @@ void setup_config_box(struct controlbox *b, int midsession, ctrl_columns(s, 1, 100); s = ctrl_getset(b, "Session", "otheropts", NULL); - c = ctrl_radiobuttons(s, "Close window on exit:", 'x', 4, - HELPCTX(session_coe), - conf_radiobutton_handler, - I(CONF_close_on_exit), - "Always", I(FORCE_ON), - "Never", I(FORCE_OFF), - "Only on clean exit", I(AUTO), NULL); + ctrl_radiobuttons(s, "Close window on exit:", 'x', 4, + HELPCTX(session_coe), + conf_radiobutton_handler, + I(CONF_close_on_exit), + "Always", I(FORCE_ON), + "Never", I(FORCE_OFF), + "Only on clean exit", I(AUTO), NULL); /* * The Session/Logging panel.