Cruft removal. We don't use Head::YawRate stuff.

This commit is contained in:
Andrew Meadows 2014-02-07 17:45:25 -08:00
parent 3894fc0cb8
commit 8c3ba5b2de

View file

@ -82,7 +82,6 @@ public:
//getters
bool isInitialized() const { return _initialized; }
SkeletonModel& getSkeletonModel() { return _skeletonModel; }
float getHeadYawRate() const { return _head.yawRate; }
glm::vec3 getChestPosition() const;
float getScale() const { return _scale; }
const glm::vec3& getVelocity() const { return _velocity; }