summaryrefslogtreecommitdiff
path: root/core/node_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/node_path.h')
-rw-r--r--core/node_path.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/node_path.h b/core/node_path.h
index 5439658910..05b6d844ff 100644
--- a/core/node_path.h
+++ b/core/node_path.h
@@ -54,15 +54,6 @@ class NodePath {
void _update_hash_cache() const;
public:
- _FORCE_INLINE_ StringName get_sname() const {
-
- if (data && data->path.size() == 1 && data->subpath.empty()) {
- return data->path[0];
- } else {
- return operator String();
- }
- }
-
bool is_absolute() const;
int get_name_count() const;
StringName get_name(int p_idx) const;