Revert "Add wxABI_VERSION guard around wxFloatProperty::DoGetAttribute virtual method body."
This reverts commit 192a61b391
.
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user