]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
kconfig: gconf: remove unnecessary forward declarations
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 1 Jun 2024 18:20:41 +0000 (03:20 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 15 Jul 2024 16:08:36 +0000 (01:08 +0900)
These are defined before their call sites.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/gconf.c

index e04dbafd3add9a893b84004b0a185df961f98ffe..3dc459d9840cc153d3386107bfbe4f6fa0f91cc9 100644 (file)
@@ -65,8 +65,6 @@ static void display_list(void);
 static void display_tree(struct menu *menu);
 static void display_tree_part(void);
 static void update_tree(struct menu *src, GtkTreeIter * dst);
-static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row);
-static gchar **fill_row(struct menu *menu);
 static void conf_changed(void);
 
 static void replace_button_icon(GladeXML *xml, GdkDrawable *window,