removed a couple of obsolete functions from wxDialog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-01-02 18:39:32 +00:00
parent 47710b3b4f
commit a562f4fbde
2 changed files with 5 additions and 21 deletions

View File

@@ -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() )