From 48de8c08375e8d231c4b34d7d6fd97b97a94b89d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 13 Sep 2023 22:03:39 -0700 Subject: [PATCH] c: remove unused struct field --- include/ghostty.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ghostty.h b/include/ghostty.h index b2c6ba6f3..7b4afa1d5 100644 --- a/include/ghostty.h +++ b/include/ghostty.h @@ -309,7 +309,6 @@ typedef struct { void *nsview; double scale_factor; uint16_t font_size; - bool render_decoration; } ghostty_surface_config_s; typedef void (*ghostty_runtime_wakeup_cb)(void *);