diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2025-06-24 18:04:58 +0300 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-07-01 14:07:34 +0300 |
| commit | ab2924ab5e75380b007fad1fded809b5ba650b76 (patch) | |
| tree | 5ab3789514629298dd810e6776b78aa51af0712b /scripts | |
| parent | bff576a2a90954c6b242bf02d915c49f52b1e3cb (diff) | |
| download | linux-ab2924ab5e75380b007fad1fded809b5ba650b76.tar.xz | |
kconfig: gconf: remove empty if-block
This if-block is empty.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/kconfig/gconf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index b2a0208b0a5f..7960c456e3b9 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c @@ -913,8 +913,6 @@ on_treeview2_key_press_event(GtkWidget * widget, gtk_tree_view_expand_row(view, path, FALSE); return TRUE; } - if (event->keyval == GDK_KP_Enter) { - } if (widget == tree1_w) return FALSE; |
