Remove unused var

This commit is contained in:
Kovid Goyal 2018-10-23 09:05:56 +05:30
parent ae9d049011
commit adf9c4fc5f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -127,7 +127,6 @@ typedef struct {
FONTS_DATA_HANDLE fonts_data;
id_type temp_font_group_id;
double pending_scroll_pixels;
unsigned int nsgl_ctx_updated;
} OSWindow;