From af9c1b3d6c7c1a657e636e12fd8f96e5e1b929b0 Mon Sep 17 00:00:00 2001 From: Andre Hartmann Date: Tue, 22 Dec 2015 14:09:03 +0100 Subject: [PATCH] GenericProject: Remove duplicate and unused constants The same constants appear in projectexplorerconstants.h, from where they are used in selectablefilesmodel.cpp. Change-Id: Iedeb30747b80e3d9d14a684d4b480400670bc6e3 Reviewed-by: Tobias Hunger --- .../genericprojectmanager/genericprojectconstants.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/plugins/genericprojectmanager/genericprojectconstants.h b/src/plugins/genericprojectmanager/genericprojectconstants.h index b2b46a27472..ddf30fc285d 100644 --- a/src/plugins/genericprojectmanager/genericprojectconstants.h +++ b/src/plugins/genericprojectmanager/genericprojectconstants.h @@ -47,13 +47,6 @@ const char CONFIG_MIMETYPE[] = "application/vnd.qtcreator.generic.config"; // Project const char GENERICPROJECT_ID[] = "GenericProjectManager.GenericProject"; -const char HIDE_FILE_FILTER_SETTING[] = "GenericProject/FileFilter"; -const char HIDE_FILE_FILTER_DEFAULT[] = "Makefile*; *.o; *.lo; *.la; *.obj; *~; *.files;" - " *.config; *.creator; *.user; *.includes; *.autosave"; - -const char SHOW_FILE_FILTER_SETTING[] = "GenericProject/ShowFileFilter"; -const char SHOW_FILE_FILTER_DEFAULT[] = "*.c; *.cc; *.cpp; *.cp; *.cxx; *.c++; *.h; *.hh; *.hpp; *.hxx;"; - } // namespace Constants } // namespace GenericProjectManager