Skip to content

Commit

Permalink
Remove FloatHint::Enum variant
Browse files Browse the repository at this point in the history
Closes #820
  • Loading branch information
Bromeon committed Dec 14, 2021
1 parent 101d880 commit 939deff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gdnative-core/src/export/property/hint.rs
Expand Up @@ -265,8 +265,6 @@ pub enum FloatHint<T> {
Range(RangeHint<T>),
/// Hints that an integer or float property should be within an exponential range.
ExpRange(RangeHint<T>),
/// Hints that an integer, float or string property is an enumerated value to pick in a list.
Enum(EnumHint),
/// Hints that a float property should be edited via an exponential easing function.
ExpEasing(ExpEasingHint),
}
Expand Down

0 comments on commit 939deff

Please sign in to comment.