another dead function
This commit is contained in:
parent
9e6c123611
commit
301665024d
2 changed files with 0 additions and 6 deletions
|
@ -1717,11 +1717,6 @@ bool Fluxbox::menuTimestampsChanged() const {
|
|||
return false;
|
||||
}
|
||||
|
||||
void Fluxbox::checkMenu() {
|
||||
if (menuTimestampsChanged())
|
||||
rereadMenu();
|
||||
}
|
||||
|
||||
void Fluxbox::hideExtraMenus(BScreen &screen) {
|
||||
|
||||
#ifdef USE_TOOLBAR
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue