1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Remove an unused variable.

As far as I can tell, it's been unused ever since it was introduced in
2001.
This commit is contained in:
Ben Harris 2014-11-01 18:43:35 +00:00
parent 89b8e3d609
commit df87cb9dfc

View File

@ -441,12 +441,8 @@ void init_ucs(Conf *conf, struct unicode_data *ucsdata)
{
int i, j;
int used_dtf = 0;
char tbuf[256];
int vtmode;
for (i = 0; i < 256; i++)
tbuf[i] = i;
/* Decide on the Line and Font codepages */
ucsdata->line_codepage = decode_codepage(conf_get_str(conf,
CONF_line_codepage));