summaryrefslogtreecommitdiff
path: root/cmake/core-files.cmake
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-05-30 13:40:36 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-06-05 19:38:08 -0700
commit591af0021bfb8b9fdfd803b55fb6c18a24c46943 (patch)
treeb0952184aca90ddda6ce170c4e2cc287824fbf54 /cmake/core-files.cmake
parent32589c271c6f4885dadb6291c4bf637b72659a9f (diff)
downloadqtlocation-mapboxgl-591af0021bfb8b9fdfd803b55fb6c18a24c46943.tar.gz
[core] Refactor RenderSource updates
* Eliminate updateBatch in favor of diffing layers and detecting changes to properties upon which layout depends. * Replace RenderSource::{update,remove,invalidate,reload}Tiles with a single update method * Replace TilePyramid::{update,remove,invalidate,reload}Tiles with a single update method * Remove Style& dependency TODO from GeometryTile and TileParameters
Diffstat (limited to 'cmake/core-files.cmake')
-rw-r--r--cmake/core-files.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake
index 53873af7b1..fb3a49c6f8 100644
--- a/cmake/core-files.cmake
+++ b/cmake/core-files.cmake
@@ -353,7 +353,6 @@ set(MBGL_CORE_FILES
src/mbgl/style/style.cpp
src/mbgl/style/style.hpp
src/mbgl/style/types.cpp
- src/mbgl/style/update_batch.hpp
# style/conversion
include/mbgl/style/conversion/constant.hpp