refs #316 Removed no longer used static status message methods in CSettingUtilities.

This commit is contained in:
Mathew Sutcliffe
2014-09-25 22:02:36 +01:00
parent 5d123f798a
commit 87086f7e37
2 changed files with 0 additions and 99 deletions

View File

@@ -77,27 +77,6 @@ namespace BlackMisc
return cmd;
}
//! Wrong path message
static BlackMisc::CStatusMessage wrongPathMessage(const QString &path = "");
//! Wrong path messages
static BlackMisc::CStatusMessageList wrongPathMessages(const QString &path = "");
//! Wrong command message
static BlackMisc::CStatusMessage wrongCommandMessage(const QString &command);
//! Wrong command messages
static BlackMisc::CStatusMessageList wrongCommandMessages(const QString &command);
//! Value not changed message
static BlackMisc::CStatusMessage valueNotChangedMessage(const QString &valueName);
//! Value changed message with flag
static CStatusMessage valueChangedMessage(bool changed, const QString &valueName);
//! Value changed message
static BlackMisc::CStatusMessage valueChangedMessage(const QString &valueName);
//! Remove leading path
static QString removeLeadingPath(const QString &path);