another dead function

This commit is contained in:
markt 2006-06-30 00:19:40 +00:00
parent 9e6c123611
commit 301665024d
2 changed files with 0 additions and 6 deletions

View file

@ -1717,11 +1717,6 @@ bool Fluxbox::menuTimestampsChanged() const {
return false;
}
void Fluxbox::checkMenu() {
if (menuTimestampsChanged())
rereadMenu();
}
void Fluxbox::hideExtraMenus(BScreen &screen) {
#ifdef USE_TOOLBAR

View file

@ -172,7 +172,6 @@ public:
void reconfigure();
void rereadMenu(bool show_after_reread = false);
/// reloads the menus if the timestamps changed
void checkMenu();
void hideExtraMenus(BScreen &screen);