Remove extra declaration.

This commit is contained in:
Nicholas Marriott
2026-05-27 16:52:09 +01:00
parent d62bae442b
commit 0241fdac1a

View File

@@ -1310,10 +1310,6 @@ screen_write_insertline(struct screen_write_ctx *ctx, u_int ny, u_int bg)
struct tty_ctx ttyctx; struct tty_ctx ttyctx;
u_int sy = screen_size_y(s); u_int sy = screen_size_y(s);
#ifdef ENABLE_SIXEL
u_int sy = screen_size_y(s);
#endif
if (ny == 0) if (ny == 0)
ny = 1; ny = 1;