mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04:00
config: remove commented out struct definition
This commit is contained in:
parent
3512a7febf
commit
ff82a3900e
1 changed files with 0 additions and 15 deletions
15
config.h
15
config.h
|
|
@ -69,21 +69,6 @@ struct config_key_binding {
|
||||||
};
|
};
|
||||||
DEFINE_LIST(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;
|
typedef tll(char *) config_override_t;
|
||||||
|
|
||||||
struct config_spawn_template {
|
struct config_spawn_template {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue