summaryrefslogtreecommitdiff
path: root/next/platform/android/android.cmake
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-09-23 14:30:02 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-09-26 10:55:47 +0300
commit30ffbe9b8d49d8d8a2820f7b452ebc1d1531f298 (patch)
tree015177b4ed23075672df65e86a55675da94a6b79 /next/platform/android/android.cmake
parent7c2a7a263f9b3e90dd807ddd6d1dcbb783dec29b (diff)
downloadqtlocation-mapboxgl-30ffbe9b8d49d8d8a2820f7b452ebc1d1531f298.tar.gz
[core][android] Remove unaccent from platform interfaces
The unaccent is used only within collator, thus, there is no need to have separate platform interface for it.
Diffstat (limited to 'next/platform/android/android.cmake')
-rw-r--r--next/platform/android/android.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/next/platform/android/android.cmake b/next/platform/android/android.cmake
index 70683149d0..240d4ccfdf 100644
--- a/next/platform/android/android.cmake
+++ b/next/platform/android/android.cmake
@@ -195,7 +195,6 @@ target_sources(
${MBGL_ROOT}/platform/android/src/text/local_glyph_rasterizer_jni.hpp
${MBGL_ROOT}/platform/android/src/thread.cpp
${MBGL_ROOT}/platform/android/src/timer.cpp
- ${MBGL_ROOT}/platform/android/src/unaccent.cpp
${MBGL_ROOT}/platform/default/src/mbgl/gfx/headless_backend.cpp
${MBGL_ROOT}/platform/default/src/mbgl/gfx/headless_frontend.cpp
${MBGL_ROOT}/platform/default/src/mbgl/gl/headless_backend.cpp