config: remove unused struct

This commit is contained in:
Daniel Eklöf 2023-01-15 10:23:44 +01:00
parent 3f57afbf60
commit ffaf08e07c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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