refs #316 Removed old logging mechanism in contexts.

This commit is contained in:
Mathew Sutcliffe
2014-09-25 21:19:08 +01:00
parent d7a2fa3dea
commit b1c74d81e5
13 changed files with 2 additions and 653 deletions

View File

@@ -53,8 +53,6 @@ namespace BlackCore
virtual void processHotkeyFuncEvent(const BlackMisc::Event::CEventHotkeyFunction &event) override;
protected:
static const auto c_logContext = CRuntime::LogForApplication; //!< identifier
//! Constructor
CContextApplication(CRuntimeConfig::ContextMode mode, CRuntime *runtime);