remove some unnecessary code

This commit is contained in:
Mark Tiefenbruck 2008-05-10 15:42:35 -07:00
parent c31638038a
commit 518af23488

View file

@ -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
m_workspacemenu->reconfigure();
m_configmenu->reconfigure();
// recreate window menu
m_windowmenu.reset(MenuCreator::createMenuType("windowmenu", screenNumber()));
m_windowmenu->setInternalMenu();