From 67cdac6db82c33f30601a50e1da9d86b6c163426 Mon Sep 17 00:00:00 2001 From: Micky Date: Fri, 25 Nov 2022 14:48:48 +0100 Subject: Remove `Array.find_last()` --- core/variant/array.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/variant/array.h') diff --git a/core/variant/array.h b/core/variant/array.h index ee265a9ffd..2dd3dde2d1 100644 --- a/core/variant/array.h +++ b/core/variant/array.h @@ -90,7 +90,6 @@ public: int find(const Variant &p_value, int p_from = 0) const; int rfind(const Variant &p_value, int p_from = -1) const; - int find_last(const Variant &p_value) const; int count(const Variant &p_value) const; bool has(const Variant &p_value) const; -- cgit v1.2.3