Purge wx elements of the console.

This commit is contained in:
Lioncash
2014-02-23 02:38:46 -05:00
parent d45351a43f
commit 8d57f38be7
11 changed files with 10 additions and 137 deletions

View File

@ -65,7 +65,7 @@ private:
bool m_ignoreLogTimer;
LogManager *m_LogManager;
std::queue<std::pair<u8, wxString> > msgQueue;
bool m_writeFile, m_writeConsole, m_writeWindow, m_writeDebugger, m_LogAccess;
bool m_writeFile, m_writeWindow, m_writeDebugger, m_LogAccess;
// Controls
wxBoxSizer *sBottom;