config: remove commented out struct definition

This commit is contained in:
Daniel Eklöf 2021-12-06 21:15:18 +01:00
parent 3512a7febf
commit ff82a3900e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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 {