mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
config: remove unused struct
This commit is contained in:
parent
3f57afbf60
commit
ffaf08e07c
1 changed files with 0 additions and 5 deletions
5
config.h
5
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue