summaryrefslogtreecommitdiffstats
path: root/src/core/Array.cpp
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-05-23 23:03:57 +0200
committerKarroffel <therzog@mail.de>2017-05-23 23:03:57 +0200
commitad3720440e5fa36d09ba18609e132305bd9e6060 (patch)
tree147506ada3a8c91636191d910e1f9973016a6db6 /src/core/Array.cpp
parent9caeb8d29658cd4cc7bfa0b5983595e6b39f3bff (diff)
downloadredot-cpp-ad3720440e5fa36d09ba18609e132305bd9e6060.tar.gz
removed InputEvent and Image
Diffstat (limited to 'src/core/Array.cpp')
-rw-r--r--src/core/Array.cpp5
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);