diff options
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; }; |