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:
@@ -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() )
|
||||
|
||||
Reference in New Issue
Block a user