summaryrefslogtreecommitdiffstats
path: root/core/variant.h
diff options
context:
space:
mode:
authorEmmanuel Leblond <emmanuel.leblond@gmail.com>2018-04-29 11:41:19 +0200
committerEmmanuel Leblond <emmanuel.leblond@gmail.com>2018-04-29 11:41:36 +0200
commitc55ef807c034c12e6847b8df03667f275eec52ab (patch)
tree53550569396a484abe12bd8df3bfb453b8c8079c /core/variant.h
parentd0183effe02edb973e44e5ad8b3608d861f86490 (diff)
downloadredot-engine-c55ef807c034c12e6847b8df03667f275eec52ab.tar.gz
Remove unused Variant._data.RefPtr
Diffstat (limited to 'core/variant.h')
-rw-r--r--core/variant.h1
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;