remove getAbsoluteHeadYaw() from the header

This commit is contained in:
Andrew Meadows 2014-04-08 18:44:34 -07:00
parent f95542e4d6
commit 2eef95f67e

View file

@ -54,7 +54,6 @@ public:
float getLeanScale() const { return _leanScale; }
float getElapsedTimeStopped() const { return _elapsedTimeStopped; }
float getElapsedTimeMoving() const { return _elapsedTimeMoving; }
float getAbsoluteHeadYaw() const; // degrees
const glm::vec3& getMouseRayOrigin() const { return _mouseRayOrigin; }
const glm::vec3& getMouseRayDirection() const { return _mouseRayDirection; }
glm::vec3 getGravity() const { return _gravity; }