From 3512a7febf16c2cc6db25f81fc26c51b17d56c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 6 Dec 2021 21:13:55 +0100 Subject: [PATCH] config: remove unneeded function prototype --- config.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.c b/config.c index cee4454c..5265a910 100644 --- a/config.c +++ b/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) {