Logging: Remove duplicated code

This commit is contained in:
Léo Lam
2017-06-13 14:35:42 +02:00
parent 100c433261
commit a2ad3e14d0
3 changed files with 6 additions and 24 deletions

View File

@ -45,8 +45,8 @@ private:
wxTimer m_LogTimer;
LogManager* m_LogManager;
std::queue<std::pair<u8, wxString>> msgQueue;
bool m_writeFile, m_writeWindow, m_LogAccess;
bool m_has_listeners = false;
bool m_LogAccess;
bool m_has_listeners = true;
// Controls
wxBoxSizer* sBottom;