projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bff576a
)
kconfig: gconf: remove empty if-block
author
Masahiro Yamada
<masahiroy@kernel.org>
Tue, 24 Jun 2025 15:04:58 +0000
(
00:04
+0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Tue, 1 Jul 2025 11:07:34 +0000
(20:07 +0900)
This if-block is empty.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
scripts/kconfig/gconf.c
patch
|
blob
|
history
diff --git
a/scripts/kconfig/gconf.c
b/scripts/kconfig/gconf.c
index
b2a0208
..
7960c45
100644
(file)
--- 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;