diff options
author | Karroffel <therzog@mail.de> | 2017-05-23 23:03:57 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-05-23 23:03:57 +0200 |
commit | ad3720440e5fa36d09ba18609e132305bd9e6060 (patch) | |
tree | 147506ada3a8c91636191d910e1f9973016a6db6 /src/core/Array.cpp | |
parent | 9caeb8d29658cd4cc7bfa0b5983595e6b39f3bff (diff) | |
download | redot-cpp-ad3720440e5fa36d09ba18609e132305bd9e6060.tar.gz |
removed InputEvent and Image
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); |