mirror of
https://github.com/torvalds/linux.git
synced 2025-04-12 16:47:42 +00:00
kconfig: qconf: remove redundant check in goBack()
The same check is performed in the configList->setParentMenu() call. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
572cd1d2a9
commit
8e8ce9531e
@ -1616,9 +1616,6 @@ void ConfigMainWindow::listFocusChanged(void)
|
||||
|
||||
void ConfigMainWindow::goBack(void)
|
||||
{
|
||||
if (configList->rootEntry == &rootmenu)
|
||||
return;
|
||||
|
||||
configList->setParentMenu();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user