mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-04 04:52:47 -05:00
Remove two unused variables.
They caused build failures at -Wall.
This commit is contained in:
@ -8145,7 +8145,7 @@ void term_set_preedit_text(Terminal *term, char *preedit_text)
|
||||
term->preedit_termline = NULL;
|
||||
if (preedit_text != NULL) {
|
||||
BinarySource src[1];
|
||||
int width = 0, i;
|
||||
int width = 0;
|
||||
|
||||
term->preedit_termline = newtermline(term, 0, false);
|
||||
BinarySource_BARE_INIT(src, preedit_text, strlen(preedit_text));
|
||||
|
Reference in New Issue
Block a user