diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2025-06-25 00:05:10 +0900 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-07-01 20:07:35 +0900 |
| commit | b4809e25e2bf05de6398830f0990abe5dff49ac5 (patch) | |
| tree | 75d52d6fa083afb44e5378fe425c714474a07a4d /scripts | |
| parent | 57b63d17f73e2d5576e57521fb10307b91439b72 (diff) | |
kconfig: gconf: remove unused 'color' variable
This is not used at all.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/kconfig/gconf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index ab2e0df21037..4fff931f34fc 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c @@ -43,7 +43,6 @@ GtkWidget *save_btn = NULL; GtkWidget *save_menu_item = NULL; GtkTextTag *tag1, *tag2; -GdkColor color; GtkTreeStore *tree1, *tree2, *tree; GtkTreeModel *model1, *model2; |
