diff options
author | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2018-04-29 11:41:19 +0200 |
---|---|---|
committer | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2018-04-29 11:41:36 +0200 |
commit | c55ef807c034c12e6847b8df03667f275eec52ab (patch) | |
tree | 53550569396a484abe12bd8df3bfb453b8c8079c | |
parent | d0183effe02edb973e44e5ad8b3608d861f86490 (diff) | |
download | redot-engine-c55ef807c034c12e6847b8df03667f275eec52ab.tar.gz |
Remove unused Variant._data.RefPtr
-rw-r--r-- | core/variant.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/variant.h b/core/variant.h index 2cdb5c9ab6..f227e4bfdb 100644 --- a/core/variant.h +++ b/core/variant.h @@ -140,7 +140,6 @@ private: ::AABB *_aabb; Basis *_basis; Transform *_transform; - RefPtr *_resource; void *_ptr; //generic pointer uint8_t _mem[sizeof(ObjData) > (sizeof(real_t) * 4) ? sizeof(ObjData) : (sizeof(real_t) * 4)]; } _data; |