diff options
Diffstat (limited to 'gfx/gl/bufferedLocation.cpp')
-rw-r--r-- | gfx/gl/bufferedLocation.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gfx/gl/bufferedLocation.cpp b/gfx/gl/bufferedLocation.cpp index 412e3ab..2a2e723 100644 --- a/gfx/gl/bufferedLocation.cpp +++ b/gfx/gl/bufferedLocation.cpp @@ -58,12 +58,6 @@ BufferedLocation::setLocation(Position3D p, Rotation3D r) } glm::mat4 -BufferedLocation::getTransform() const -{ - return loc.getTransform(); -} - -glm::mat4 BufferedLocation::getRotationTransform() const { return loc.getRotationTransform(); |