From ff82a3900e0fd09a4c59612494920fdd6ecac1eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 6 Dec 2021 21:15:18 +0100 Subject: [PATCH] config: remove commented out struct definition --- config.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/config.h b/config.h index 4a724bec..84aee3ae 100644 --- a/config.h +++ b/config.h @@ -69,21 +69,6 @@ struct config_key_binding { }; DEFINE_LIST(struct config_key_binding); -#if 0 -struct config_mouse_binding { - enum bind_action_normal action; - struct config_key_modifiers modifiers; - int button; - int count; - struct config_binding_pipe pipe; - - /* For error messages in collision handling */ - const char *path; - int lineno; -}; -DEFINE_LIST(struct config_mouse_binding); -#endif - typedef tll(char *) config_override_t; struct config_spawn_template {