diff options
Diffstat (limited to 'src/mbgl/tile/tile.hpp')
-rw-r--r-- | src/mbgl/tile/tile.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mbgl/tile/tile.hpp b/src/mbgl/tile/tile.hpp index e98d192efd..1bb38f5c96 100644 --- a/src/mbgl/tile/tile.hpp +++ b/src/mbgl/tile/tile.hpp @@ -62,12 +62,6 @@ public: // Returns `true` if the corresponding render layer data is present in this tile (and i.e. it // was succesfully updated); returns `false` otherwise. virtual bool updateLayerProperties(const Immutable<style::LayerProperties>&) { return true; } - - template <class T> - T* getBucket(const style::Layer::Impl& layer) const { - return static_cast<T*>(getBucket(layer)); - } - virtual void setShowCollisionBoxes(const bool) {} virtual void setLayers(const std::vector<Immutable<style::LayerProperties>>&) {} virtual void setMask(TileMask&&) {} |