mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-02-03 21:52: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:
parent
89b8e3d609
commit
df87cb9dfc
@ -441,12 +441,8 @@ void init_ucs(Conf *conf, struct unicode_data *ucsdata)
|
|||||||
{
|
{
|
||||||
int i, j;
|
int i, j;
|
||||||
int used_dtf = 0;
|
int used_dtf = 0;
|
||||||
char tbuf[256];
|
|
||||||
int vtmode;
|
int vtmode;
|
||||||
|
|
||||||
for (i = 0; i < 256; i++)
|
|
||||||
tbuf[i] = i;
|
|
||||||
|
|
||||||
/* Decide on the Line and Font codepages */
|
/* Decide on the Line and Font codepages */
|
||||||
ucsdata->line_codepage = decode_codepage(conf_get_str(conf,
|
ucsdata->line_codepage = decode_codepage(conf_get_str(conf,
|
||||||
CONF_line_codepage));
|
CONF_line_codepage));
|
||||||
|
Loading…
Reference in New Issue
Block a user