summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/render_annotation_source.hpp
diff options
context:
space:
mode:
authorm-stephen <truestyle2005@163.com>2019-07-09 14:41:07 +0800
committerGitHub <noreply@github.com>2019-07-09 14:41:07 +0800
commitb1f7fbe39d5c8d2d6411e78b36ecbf51836a2f27 (patch)
tree914c806c3f70f7f29860450491e0d3af9fb29d6a /src/mbgl/annotation/render_annotation_source.hpp
parent2c4c17243f99527bece85a8a5e66a58d20dc93dd (diff)
parentd6c1c838eb0c612aa971740fc58cc2a2e1086f77 (diff)
downloadqtlocation-mapboxgl-b1f7fbe39d5c8d2d6411e78b36ecbf51836a2f27.tar.gz
Merge branch 'master' into Stephen-CJK
Diffstat (limited to 'src/mbgl/annotation/render_annotation_source.hpp')
-rw-r--r--src/mbgl/annotation/render_annotation_source.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mbgl/annotation/render_annotation_source.hpp b/src/mbgl/annotation/render_annotation_source.hpp
index e5d5130446..948a0b0d8d 100644
--- a/src/mbgl/annotation/render_annotation_source.hpp
+++ b/src/mbgl/annotation/render_annotation_source.hpp
@@ -29,9 +29,4 @@ private:
const AnnotationSource::Impl& impl() const;
};
-template <>
-inline bool RenderSource::is<RenderAnnotationSource>() const {
- return baseImpl->type == style::SourceType::Annotations;
-}
-
} // namespace mbgl