From 3832f8d0d8194b81ea34a045e19b0d5bc7a89e25 Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Tue, 13 Jun 2017 10:50:16 +0300 Subject: [core] renderer interface --- src/mbgl/annotation/annotation_manager.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mbgl/annotation') diff --git a/src/mbgl/annotation/annotation_manager.cpp b/src/mbgl/annotation/annotation_manager.cpp index ec5a360a90..dbf8387ae0 100644 --- a/src/mbgl/annotation/annotation_manager.cpp +++ b/src/mbgl/annotation/annotation_manager.cpp @@ -215,7 +215,6 @@ void AnnotationManager::addImage(std::unique_ptr image) { images.erase(id); auto inserted = images.emplace(id, style::Image(id, image->getImage().clone(), image->getPixelRatio(), image->isSdf())); - style.get().impl->addImage(std::make_unique(inserted.first->second)); } -- cgit v1.2.1