Skip to content

Commit 688ed4b

Browse files
authored
Merge pull request godotengine#1626 from ruffenman/remove-unimplemented-variant-functions
Remove unimplemented static variant functions 'blend' and 'interpolate'…
2 parents 7796fcc + 42a35a1 commit 688ed4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/godot_cpp/variant/variant.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,6 @@ class Variant {
329329
bool booleanize() const;
330330
String stringify() const;
331331
Variant duplicate(bool deep = false) const;
332-
static void blend(const Variant &a, const Variant &b, float c, Variant &r_dst);
333-
static void interpolate(const Variant &a, const Variant &b, float c, Variant &r_dst);
334332

335333
static String get_type_name(Variant::Type type);
336334
static bool can_convert(Variant::Type from, Variant::Type to);

0 commit comments

Comments
 (0)