mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -05:00
config: remove unneeded function prototype
This commit is contained in:
parent
f6a591b80a
commit
3512a7febf
1 changed files with 0 additions and 4 deletions
4
config.c
4
config.c
|
|
@ -1365,10 +1365,6 @@ parse_section_cursor(struct context *ctx)
|
|||
return true;
|
||||
}
|
||||
|
||||
static bool
|
||||
parse_modifiers(struct context *ctx, const char *text, size_t len,
|
||||
struct config_key_modifiers *modifiers);
|
||||
|
||||
static bool
|
||||
parse_section_mouse(struct context *ctx)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue