summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/painter.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-07-08 16:23:13 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-07-11 18:39:50 -0700
commitae838b397b6e5ca85d30fe1a8b9ccbb74864a7a6 (patch)
treeb0c98220cab6a8ffed1c44a9f1f7e9ca71261bc6 /src/mbgl/renderer/painter.hpp
parenta27b5586e56f8d967a5df4e883225dca0e7ddc3e (diff)
downloadqtlocation-mapboxgl-ae838b397b6e5ca85d30fe1a8b9ccbb74864a7a6.tar.gz
[core] Move translatedMatrix to RenderTile
Diffstat (limited to 'src/mbgl/renderer/painter.hpp')
-rw-r--r--src/mbgl/renderer/painter.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mbgl/renderer/painter.hpp b/src/mbgl/renderer/painter.hpp
index 0133c43072..700ddf2deb 100644
--- a/src/mbgl/renderer/painter.hpp
+++ b/src/mbgl/renderer/painter.hpp
@@ -105,11 +105,6 @@ public:
bool needsAnimation() const;
private:
- mat4 translatedMatrix(const mat4& matrix,
- const std::array<float, 2>& translation,
- const UnwrappedTileID& id,
- style::TranslateAnchorType anchor);
-
std::vector<RenderItem> determineRenderOrder(const style::Style&);
template <class Iterator>