mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07: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:
@@ -1616,9 +1616,6 @@ void ConfigMainWindow::listFocusChanged(void)
|
||||
|
||||
void ConfigMainWindow::goBack(void)
|
||||
{
|
||||
if (configList->rootEntry == &rootmenu)
|
||||
return;
|
||||
|
||||
configList->setParentMenu();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user