From ffaf08e07c37a7fc02040efd4fcbda51b1cf5b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 15 Jan 2023 10:23:44 +0100 Subject: [PATCH] config: remove unused struct --- config.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.h b/config.h index 648d92e4..31dddc64 100644 --- a/config.h +++ b/config.h @@ -74,11 +74,6 @@ enum key_binding_type { MOUSE_BINDING, }; -struct config_key_binding_text { - char *text; - bool master_copy; -}; - struct config_key_binding { int action; /* One of the varios bind_action_* enums from wayland.h */ struct config_key_modifiers modifiers;