summaryrefslogtreecommitdiff
path: root/src/mbgl/map/live_tile_data.cpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-06-04 13:46:21 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-06-04 14:09:05 -0700
commita0503f3f5b1e480df639e4f21d49e519bb721c4b (patch)
treee06287c76bf0998797ddfa79b16436fd593190d0 /src/mbgl/map/live_tile_data.cpp
parent409cd1651f0445bde009fc0561b684777163e508 (diff)
downloadqtlocation-mapboxgl-a0503f3f5b1e480df639e4f21d49e519bb721c4b.tar.gz
Remove unused overscaling variables
Diffstat (limited to 'src/mbgl/map/live_tile_data.cpp')
-rw-r--r--src/mbgl/map/live_tile_data.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mbgl/map/live_tile_data.cpp b/src/mbgl/map/live_tile_data.cpp
index 1d8c42e1e4..4935c01345 100644
--- a/src/mbgl/map/live_tile_data.cpp
+++ b/src/mbgl/map/live_tile_data.cpp
@@ -16,11 +16,10 @@ LiveTileData::LiveTileData(const TileID& id_,
SpriteAtlas& spriteAtlas_,
util::ptr<Sprite> sprite_,
const SourceInfo& source_,
- float overscaling_,
float angle_,
bool collisionDebug_)
: VectorTileData::VectorTileData(id_, style_, glyphAtlas_, glyphStore_,
- spriteAtlas_, sprite_, source_, overscaling_, angle_, collisionDebug_),
+ spriteAtlas_, sprite_, source_, angle_, collisionDebug_),
annotationManager(annotationManager_) {
// live features are always ready
setState(State::loaded);