X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40636dcbfedd1ea17d6403de942404b80ebb093d..68fe70ea1f131471b82747ee2759dba7a19a0c23:/include/wx/msw/dialog.h diff --git a/include/wx/msw/dialog.h b/include/wx/msw/dialog.h index 51edf8c071..e0274ff14a 100644 --- a/include/wx/msw/dialog.h +++ b/include/wx/msw/dialog.h @@ -108,12 +108,6 @@ public: WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam); protected: - // find the window to use as parent for this dialog if none has been - // specified explicitly by the user - // - // may return NULL - wxWindow *FindSuitableParent() const; - // common part of all ctors void Init();