summaryrefslogtreecommitdiffstats
path: root/core/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/array.h')
-rw-r--r--core/array.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/array.h b/core/array.h
index af57940d79..16ab16002c 100644
--- a/core/array.h
+++ b/core/array.h
@@ -53,8 +53,6 @@ public:
bool empty() const;
void clear();
- bool is_shared() const;
-
bool operator==(const Array& p_array) const;
uint32_t hash() const;
@@ -87,7 +85,7 @@ public:
Variant pop_front();
Array(const Array& p_from);
- Array(bool p_shared=false);
+ Array();
~Array();
};