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

@@ -44,7 +44,6 @@ const char * const BAZAARDEFAULT = "bzr";
//changeset identifiers
const char * const CHANGESET_ID = "([0-9]+)"; // match and capture
const char * const CHANGESET_ID_EXACT = "[0-9]+"; // match
const char * const DIFF_ID = "^[-+]{3,3} [ab]{1,1}.*"; // match e.g. +++ b/filename
//BaseEditorParameters
const char * const COMMANDLOG_ID = "Bazaar Command Log Editor";
@@ -96,7 +95,6 @@ const char * const LOGMULTI = "Bazaar.Action.Logmulti";
const char * const PULL = "Bazaar.Action.Pull";
const char * const PUSH = "Bazaar.Action.Push";
const char * const UPDATE = "Bazaar.Action.Update";
const char * const CLONE = "Bazaar.Action.Clone";
const char * const COMMIT = "Bazaar.Action.Commit";
const char * const CREATE_REPOSITORY = "Bazaar.Action.CreateRepository";