mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Logging: Remove duplicated code
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user