From 2b5ae3cc7a7d6bbc90360c620dc833b21b26f42c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 5 Dec 2024 17:33:34 +0100 Subject: [PATCH] tools: avoid a compilation warning --- tools/helper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/helper.c b/tools/helper.c index 2341c4f..187973e 100644 --- a/tools/helper.c +++ b/tools/helper.c @@ -87,7 +87,6 @@ static int _panel_append(Panel * panel, PanelPosition position, static void _panel_show(Panel * panel, gboolean show); static int _applet_list(void); -static char * _config_get_filename(void); static int _error(char const * message, int ret);