diff options
Diffstat (limited to 'src/core/Array.cpp')
-rw-r--r-- | src/core/Array.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/Array.cpp b/src/core/Array.cpp index e610e1b..4c80499 100644 --- a/src/core/Array.cpp +++ b/src/core/Array.cpp @@ -131,11 +131,6 @@ void Array::invert() godot_array_invert(&_godot_array); } -bool Array::is_shared() const -{ - return godot_array_is_shared(&_godot_array); -} - Variant Array::pop_back() { godot_variant v = godot_array_pop_back(&_godot_array); |