]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dlgcmn.cpp
fixed typo
[wxWidgets.git] / src / common / dlgcmn.cpp
index 8b6e4f619ce8d22cdbba442ec836003cc795b33b..e53b1640ab1e7f78507762fa38e824969044967c 100644 (file)
@@ -53,11 +53,6 @@ END_EVENT_TABLE()
 WX_DELEGATE_TO_CONTROL_CONTAINER(wxDialogBase)
 #endif
 
-wxDialogBase::wxDialogBase()
-{
-    Init();
-}
-
 void wxDialogBase::Init()
 {
     m_returnCode = 0;