c: remove unused struct field

This commit is contained in:
Mitchell Hashimoto
2023-09-13 22:03:39 -07:00
parent 81efb2dfe5
commit 48de8c0837

View File

@ -309,7 +309,6 @@ typedef struct {
void *nsview; void *nsview;
double scale_factor; double scale_factor;
uint16_t font_size; uint16_t font_size;
bool render_decoration;
} ghostty_surface_config_s; } ghostty_surface_config_s;
typedef void (*ghostty_runtime_wakeup_cb)(void *); typedef void (*ghostty_runtime_wakeup_cb)(void *);