Remove unused constants, fix lacking virtual destructor

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Jarek Kobus
2011-04-14 12:07:39 +02:00
parent cf1571be17
commit 4d69c7455e
24 changed files with 17 additions and 151 deletions

View File

@@ -40,7 +40,6 @@ namespace CppTools {
namespace Constants {
const char * const M_TOOLS_CPP = "CppTools.Tools.Menu";
const char * const M_CPP_REFACTORING = "CppTools.Refactoring.Menu";
const char * const SWITCH_HEADER_SOURCE = "CppTools.SwitchHeaderSource";
const char * const TASK_INDEX = "CppTools.Task.Index";
const char * const TASK_SEARCH = "CppTools.Task.Search";