diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2023-02-01 03:17:28 -0600 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2023-02-01 11:32:39 -0600 |
commit | 0fcdf48f8397c4bbcd78202369c092c413ffbb35 (patch) | |
tree | 5d89594f1cdeded37868b2831a19a6abc87858c7 /core/string/node_path.h | |
parent | 0a9e6e478e3183d7bf3c5cb895c706bc6275d3ea (diff) | |
download | redot-engine-0fcdf48f8397c4bbcd78202369c092c413ffbb35.tar.gz |
Remove unused `has_slashes` from NodePath
Diffstat (limited to 'core/string/node_path.h')
-rw-r--r-- | core/string/node_path.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/string/node_path.h b/core/string/node_path.h index 7053798cb2..876d69924e 100644 --- a/core/string/node_path.h +++ b/core/string/node_path.h @@ -42,7 +42,6 @@ class NodePath { StringName concatenated_path; StringName concatenated_subpath; bool absolute; - bool has_slashes; mutable bool hash_cache_valid; mutable uint32_t hash_cache; }; |