X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3fc616c075aef032dbb21400690e9cf6760b430..7960c7b4c5b44c2ea923f5acca38fd0fd269a159:/src/univ/dialog.cpp diff --git a/src/univ/dialog.cpp b/src/univ/dialog.cpp index 6b42e73d02..e109f3df11 100644 --- a/src/univ/dialog.cpp +++ b/src/univ/dialog.cpp @@ -166,11 +166,6 @@ bool wxDialog::IsModal() const return m_isShowingModal; } -void wxDialog::SetModal(bool WXUNUSED(flag)) -{ - wxFAIL_MSG( wxT("wxDialog:SetModal obsolete now") ); -} - int wxDialog::ShowModal() { if ( IsModal() )