diff --git a/editor/inspector/editor_properties.cpp b/editor/inspector/editor_properties.cpp index 0ba438be84ed..e2b6942227b3 100644 --- a/editor/inspector/editor_properties.cpp +++ b/editor/inspector/editor_properties.cpp @@ -4105,7 +4105,6 @@ EditorProperty *EditorInspectorDefaultPlugin::get_editor_for_property(Object *p_ } break; case Variant::BASIS: { EditorPropertyBasis *editor = memnew(EditorPropertyBasis); - EditorPropertyRangeHint hint = _parse_range_hint(p_hint, p_hint_text, default_float_step); editor->setup(_parse_range_hint(p_hint, p_hint_text, default_float_step)); return editor; } break;