diff --git a/kicker/kicker/ui/browser_mnu.cpp b/kicker/kicker/ui/browser_mnu.cpp index 6432a1cc1..b4d1b11ed 100644 --- a/kicker/kicker/ui/browser_mnu.cpp +++ b/kicker/kicker/ui/browser_mnu.cpp @@ -513,10 +513,6 @@ void PanelBrowserMenu::slotMimeCheck() void PanelBrowserMenu::slotClear() { - // no need to watch any further - if (_dirWatch.contains(path())) - _dirWatch.removeDir( path() ); - // don't change menu if already visible if (isVisible()) { _dirty = true;