searchengine: drop unused flag and related code

This commit is contained in:
Gabriele
2015-08-02 13:41:48 +02:00
parent ee8a492954
commit 1b24feb4f4
4 changed files with 0 additions and 12 deletions

View File

@@ -126,7 +126,6 @@ private:
QList<QPointer<SearchTab> > all_tab; // To store all tabs
const SearchCategories full_cat_names;
MainWindow *mp_mainWindow;
inline void allTabsSetActiveState(bool);
};
#endif