mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-28 07:58:00 -04: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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool
|
|
||||||
parse_modifiers(struct context *ctx, const char *text, size_t len,
|
|
||||||
struct config_key_modifiers *modifiers);
|
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
parse_section_mouse(struct context *ctx)
|
parse_section_mouse(struct context *ctx)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue