Skip to content

Commit

Permalink
Merge pull request #1626 from ruffenman/remove-unimplemented-variant-…
Browse files Browse the repository at this point in the history
…functions

Remove unimplemented static variant functions 'blend' and 'interpolate'…
  • Loading branch information
dsnopek authored Oct 30, 2024
2 parents 7796fcc + 42a35a1 commit 688ed4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/godot_cpp/variant/variant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,6 @@ class Variant {
bool booleanize() const;
String stringify() const;
Variant duplicate(bool deep = false) const;
static void blend(const Variant &a, const Variant &b, float c, Variant &r_dst);
static void interpolate(const Variant &a, const Variant &b, float c, Variant &r_dst);

static String get_type_name(Variant::Type type);
static bool can_convert(Variant::Type from, Variant::Type to);
Expand Down

0 comments on commit 688ed4b

Please sign in to comment.