diff options
author | Chris Loer <chris.loer@gmail.com> | 2018-04-30 15:27:28 -0700 |
---|---|---|
committer | Chris Loer <chris.loer@mapbox.com> | 2018-04-30 17:08:09 -0700 |
commit | b820ca4686b923785f359d4e7054a2c47b5faff8 (patch) | |
tree | 9c7d2054f515c7615c1a6a18080f3c148d79367d /cmake | |
parent | 9a4b806fa84bd3d2d1adb57eae4f9fdb5f79d9f9 (diff) | |
download | qtlocation-mapboxgl-b820ca4686b923785f359d4e7054a2c47b5faff8.tar.gz |
[core] Remove unused 'Throttler' class.
Throttler was previously used to control how frequently background placement ran.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index d4fec34bf5..0474de4680 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -748,8 +748,6 @@ set(MBGL_CORE_FILES src/mbgl/util/stopwatch.hpp src/mbgl/util/string.cpp src/mbgl/util/thread_local.hpp - src/mbgl/util/throttler.cpp - src/mbgl/util/throttler.hpp src/mbgl/util/tile_coordinate.hpp src/mbgl/util/tile_cover.cpp src/mbgl/util/tile_cover.hpp |