X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40636dcbfedd1ea17d6403de942404b80ebb093d..4add61fd8b7e56adeb912503c67f4cf1a4065e79:/include/wx/msw/dialog.h?ds=sidebyside 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();