wxX11: don't call CleanUp() from wxApp::Exit()
This is not done in any other ports and shouldn't be necessary in this one neither, CleanUp() will be called from wxEntryCleanup() later anyhow.
This commit is contained in:
parent
6636a2ac9e
commit
c965c87290
2 changed files with 0 additions and 10 deletions
|
|
@ -41,8 +41,6 @@ public:
|
|||
// override base class (pure) virtuals
|
||||
// -----------------------------------
|
||||
|
||||
virtual void Exit();
|
||||
|
||||
virtual void WakeUpIdle();
|
||||
|
||||
virtual bool OnInitGui();
|
||||
|
|
|
|||
|
|
@ -789,11 +789,3 @@ Window wxGetWindowParent(Window window)
|
|||
return (Window) 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
void wxApp::Exit()
|
||||
{
|
||||
wxApp::CleanUp();
|
||||
|
||||
wxAppConsole::Exit();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue