Remove wxConsoleEventLoop from WXQT
The console event loop in the wxBase library is GUI toolkit independent.
This commit is contained in:
@@ -259,16 +259,4 @@ wxGUIEventLoop::wxGUIEventLoop()
|
||||
{
|
||||
}
|
||||
|
||||
#else // !wxUSE_GUI
|
||||
|
||||
//#############################################################################
|
||||
|
||||
#if wxUSE_CONSOLE_EVENTLOOP
|
||||
|
||||
wxConsoleEventLoop::wxConsoleEventLoop()
|
||||
{
|
||||
}
|
||||
|
||||
#endif // wxUSE_CONSOLE_EVENTLOOP
|
||||
|
||||
#endif // wxUSE_GUI
|
||||
|
Reference in New Issue
Block a user