From adf9c4fc5f08bed473066a0c3e15edeb2247f065 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 23 Oct 2018 09:05:56 +0530 Subject: [PATCH] Remove unused var --- kitty/state.h | 1 - 1 file changed, 1 deletion(-) diff --git a/kitty/state.h b/kitty/state.h index 8cad2e058..d7bf4e5e4 100644 --- a/kitty/state.h +++ b/kitty/state.h @@ -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;