Revert "Add wxABI_VERSION guard around wxFloatProperty::DoGetAttribute virtual method body."

This reverts commit 192a61b391.
This commit is contained in:
Artur Wieczorek
2015-05-27 22:12:37 +02:00
parent 192a61b391
commit a029ac7690

View File

@@ -931,7 +931,6 @@ bool wxFloatProperty::DoSetAttribute( const wxString& name, wxVariant& value )
return false;
}
#if wxABI_VERSION >= 30003
wxVariant wxFloatProperty::DoGetAttribute( const wxString& name ) const
{
wxVariant value;
@@ -941,7 +940,6 @@ wxVariant wxFloatProperty::DoGetAttribute( const wxString& name ) const
}
return value;
}
#endif // wxABI_VERSION >= 30003
wxValidator*
wxFloatProperty::GetClassValidator()