config: remove unneeded function prototype

This commit is contained in:
Daniel Eklöf 2021-12-06 21:13:55 +01:00
parent f6a591b80a
commit 3512a7febf
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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)
{