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

@@ -47,9 +47,6 @@ namespace BlackGui
//! Destructor
~CTextMessageComponent();
//! Log message category
static QString getMessageCategory() { return "swift.gui.component.textMessages"; }
//! SELCAL callback, SELCAL is obtained by that
void setSelcalCallback(const std::function<const QString(void)> &selcalCallback) { this->m_selcalCallback = selcalCallback; }