refs #336 Removed the old getMessageCategory methods.

This commit is contained in:
Mathew Sutcliffe
2014-10-14 00:11:33 +01:00
parent 75f72fa5cf
commit 5991981789
16 changed files with 0 additions and 57 deletions

View File

@@ -45,9 +45,6 @@ namespace BlackCore
Q_OBJECT
public:
//! Log message category
static QString getMessageCategory() { return "swift.runtime"; }
//! Constructor
CRuntime(const CRuntimeConfig &config, QObject *parent = nullptr);