remove unsused data member

This commit is contained in:
Andrew Meadows 2018-05-16 13:57:51 -07:00
parent 328e2dc7f2
commit 2cf6e9007b

View file

@ -158,7 +158,6 @@ protected:
uint8_t _numInactiveUpdates { 1 };
uint8_t _bidPriority { 0 };
uint8_t _region { workload::Region::INVALID };
bool _serverVariablesSet { false };
};
#endif // hifi_EntityMotionState_h