summaryrefslogtreecommitdiff
path: root/src/mbgl/sprite/sprite_atlas.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-02-13 15:53:51 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-02-14 16:28:12 -0600
commit58de1e15c5e3f4983f445eacefb2fcc931371788 (patch)
tree8510ea78a42b98efa904caf8157102b5afb85849 /src/mbgl/sprite/sprite_atlas.hpp
parent5524506abd7194456e187532201260b075ea4d93 (diff)
downloadqtlocation-mapboxgl-58de1e15c5e3f4983f445eacefb2fcc931371788.tar.gz
[core] Inline SpriteAtlas::allocateImage
Diffstat (limited to 'src/mbgl/sprite/sprite_atlas.hpp')
-rw-r--r--src/mbgl/sprite/sprite_atlas.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mbgl/sprite/sprite_atlas.hpp b/src/mbgl/sprite/sprite_atlas.hpp
index a17f35267b..d839109a24 100644
--- a/src/mbgl/sprite/sprite_atlas.hpp
+++ b/src/mbgl/sprite/sprite_atlas.hpp
@@ -101,7 +101,6 @@ private:
void _setSprite(const std::string&, const std::shared_ptr<const SpriteImage>& = nullptr);
void emitSpriteLoadedIfComplete();
- Rect<uint16_t> allocateImage(const SpriteImage&);
void copy(const PremultipliedImage&, Rect<uint16_t>, SpritePatternMode);
const Size size;