remove m_endModalCalled flag, it seems to be unnecessary

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-12-21 01:37:39 +00:00
parent 88a6739128
commit 89424d9b35
2 changed files with 2 additions and 9 deletions

View File

@@ -120,8 +120,6 @@ private:
// gripper if we have one
void OnWindowCreate(wxWindowCreateEvent& event);
bool m_endModalCalled; // allow for closing within InitDialog
#if wxUSE_TOOLBAR && defined(__POCKETPC__)
wxToolBar* m_dialogToolBar;
#endif