removed redundant InitDialog methods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-08-14 11:24:03 +00:00
parent 7946d7deaa
commit c40ce5ce77
6 changed files with 1 additions and 26 deletions

View File

@@ -73,10 +73,6 @@ public:
// implementation from now on
// --------------------------
// Sends an OnInitDialog event, which in turns transfers data to
// to the dialog via validators.
virtual void InitDialog();
// responds to colour changes
void OnSysColourChanged(wxSysColourChangedEvent& event);