Skip to content

Commit 8e8ce95

Browse files
committed
kconfig: qconf: remove redundant check in goBack()
The same check is performed in the configList->setParentMenu() call. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 572cd1d commit 8e8ce95

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/kconfig/qconf.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,9 +1616,6 @@ void ConfigMainWindow::listFocusChanged(void)
16161616

16171617
void ConfigMainWindow::goBack(void)
16181618
{
1619-
if (configList->rootEntry == &rootmenu)
1620-
return;
1621-
16221619
configList->setParentMenu();
16231620
}
16241621

0 commit comments

Comments
 (0)