Cleanup: Remove unused attribute in draw manager.

There are no plans to use the object attribute anymore.
This commit is contained in:
Jeroen Bakker 2022-09-09 12:24:51 +02:00
parent dc937c5aee
commit 0817966f14
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ class Manager {
/** Number of object attribute recorded. */
uint attribute_len_ = 0;
Object *object = nullptr;
Object *object_active = nullptr;
public: