summaryrefslogtreecommitdiffstats
path: root/core/variant/array.h
diff options
context:
space:
mode:
authorNathan Franke <natfra@pm.me>2021-11-26 19:18:26 -0600
committerNathan Franke <natfra@pm.me>2021-11-26 22:13:12 -0600
commitdd30253cdcf9b43e401cb3ba6b973f8890551a81 (patch)
treee4635fdb01090bc6b3e8d5179a0f4588f6a4f61e /core/variant/array.h
parentb43281c8abf2d16d65f75817f0554a9b8ee044aa (diff)
downloadredot-engine-dd30253cdcf9b43e401cb3ba6b973f8890551a81.tar.gz
PackedByteArray, Array slice end exclusive, rename subarray to slice
Diffstat (limited to 'core/variant/array.h')
-rw-r--r--core/variant/array.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/variant/array.h b/core/variant/array.h
index 5d2839dda7..6a68a9b9ff 100644
--- a/core/variant/array.h
+++ b/core/variant/array.h
@@ -44,8 +44,6 @@ class Array {
void _ref(const Array &p_from) const;
void _unref() const;
- inline int _clamp_slice_index(int p_index) const;
-
protected:
Array(const Array &p_base, uint32_t p_type, const StringName &p_class_name, const Variant &p_script);
bool _assign(const Array &p_array);