From c130d470a10fc6c43696d0a6fe720dac6da12e3a Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 26 Apr 2017 14:55:18 -0700 Subject: [core] Remove StyleSourcedAnnotation support The functionality this provided has been subsumed by the runtime styling API. --- cmake/core-files.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmake') diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index e9d7442e5d..5383f0ed7b 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -32,8 +32,6 @@ set(MBGL_CORE_FILES src/mbgl/annotation/render_annotation_source.hpp src/mbgl/annotation/shape_annotation_impl.cpp src/mbgl/annotation/shape_annotation_impl.hpp - src/mbgl/annotation/style_sourced_annotation_impl.cpp - src/mbgl/annotation/style_sourced_annotation_impl.hpp src/mbgl/annotation/symbol_annotation_impl.cpp src/mbgl/annotation/symbol_annotation_impl.hpp -- cgit v1.2.1