skin engine: Remove unused viewport_change flag in skin rendering

Change-Id: Iad4487854d005a33184febf6cf97924b21010f6b
This commit is contained in:
Aidan MacDonald 2022-10-04 14:55:10 +01:00
parent 37da608f84
commit 2c1adac3f8

View file

@ -67,7 +67,6 @@ struct skin_draw_info {
bool no_line_break;
bool line_scrolls;
bool force_redraw;
bool viewport_change;
char *buf;
size_t buf_size;