diff options
Diffstat (limited to 'core/node_path.h')
-rw-r--r-- | core/node_path.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/node_path.h b/core/node_path.h index fb15d017bf..8f89b9fadf 100644 --- a/core/node_path.h +++ b/core/node_path.h @@ -35,9 +35,7 @@ #include "core/ustring.h" class NodePath { - struct Data { - SafeRefCount refcount; Vector<StringName> path; Vector<StringName> subpath; |