From 3aaf36fd41c00941e46c69770ac9122c7244b8b7 Mon Sep 17 00:00:00 2001 From: David Barr Date: Thu, 17 Oct 2024 14:07:35 +0100 Subject: [PATCH] hopefully last clean up --- src/theme.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/theme.c b/src/theme.c index 3158b056..b34913ab 100644 --- a/src/theme.c +++ b/src/theme.c @@ -601,8 +601,6 @@ theme_builtin(struct theme *theme, struct server *server) parse_hexstr("#000000", theme->menu_items_text_color); parse_hexstr("#e1dedb", theme->menu_items_active_bg_color); parse_hexstr("#000000", theme->menu_items_active_text_color); - - theme->menu_item_padding_x = 7; theme->menu_item_padding_y = 4;