remove some unnecessary code
This commit is contained in:
parent
c31638038a
commit
518af23488
1 changed files with 0 additions and 11 deletions
|
@ -956,18 +956,7 @@ void BScreen::reconfigure() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// if timestamp hasn't changed, then just a reconfigure is fine
|
|
||||||
// and that seems to happen somewhere else, anyway
|
|
||||||
if (fluxbox->menuTimestampsChanged()) {
|
|
||||||
// all bets are off, so just hide the menu and reset the filenames
|
|
||||||
fluxbox->clearMenuFilenames();
|
|
||||||
m_rootmenu->hide();
|
|
||||||
rereadMenu();
|
|
||||||
}
|
|
||||||
|
|
||||||
//reconfigure menus
|
//reconfigure menus
|
||||||
m_workspacemenu->reconfigure();
|
|
||||||
m_configmenu->reconfigure();
|
|
||||||
// recreate window menu
|
// recreate window menu
|
||||||
m_windowmenu.reset(MenuCreator::createMenuType("windowmenu", screenNumber()));
|
m_windowmenu.reset(MenuCreator::createMenuType("windowmenu", screenNumber()));
|
||||||
m_windowmenu->setInternalMenu();
|
m_windowmenu->setInternalMenu();
|
||||||
|
|
Loading…
Reference in a new issue