1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

(encode_terminal_code): Remove unused var src_start.

This commit is contained in:
Kim F. Storm 2005-10-20 15:03:58 +00:00
parent d6ae289cf0
commit feef4f846d

View File

@ -816,7 +816,7 @@ encode_terminal_code (src, src_len, coding)
int src_len;
struct coding_system *coding;
{
struct glyph *src_start = src, *src_end = src + src_len;
struct glyph *src_end = src + src_len;
register GLYPH g;
unsigned char *buf;
int nchars, nbytes, required;