summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2024-06-01 20:20:41 +0200
committerMasahiro Yamada <masahiroy@kernel.org>2024-07-15 18:08:36 +0200
commit300bf53ecb3673bf41db5dad2afcd77b8de3a662 (patch)
treec0e67707892c4987c9bd4a148d6a9ecfedbf03f1 /scripts
parentkconfig: qconf: remove initial call to conf_changed() (diff)
downloadlinux-300bf53ecb3673bf41db5dad2afcd77b8de3a662.tar.xz
linux-300bf53ecb3673bf41db5dad2afcd77b8de3a662.zip
kconfig: gconf: remove unnecessary forward declarations
These are defined before their call sites. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/gconf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c
index e04dbafd3add..3dc459d9840c 100644
--- a/scripts/kconfig/gconf.c
+++ b/scripts/kconfig/gconf.c
@@ -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,