summaryrefslogtreecommitdiff
path: root/platform/android/src/style/sources/source.hpp
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2016-10-19 17:52:43 +0300
committerIvo van Dongen <ivovandongen@users.noreply.github.com>2016-10-20 11:41:24 +0300
commit5527887c4bb1299fd2351e1a0c7550fab5f39bef (patch)
treebc1a0ce9d7a5878c6b2dc6072def90ea0045f315 /platform/android/src/style/sources/source.hpp
parent6d504358807fc851282cfe6a1e7baf2032b7fb91 (diff)
downloadqtlocation-mapboxgl-5527887c4bb1299fd2351e1a0c7550fab5f39bef.tar.gz
[android] geojson source - remove explicit repaint requests
Diffstat (limited to 'platform/android/src/style/sources/source.hpp')
-rw-r--r--platform/android/src/style/sources/source.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/src/style/sources/source.hpp b/platform/android/src/style/sources/source.hpp
index 7fdc43a833..5794cd4e62 100644
--- a/platform/android/src/style/sources/source.hpp
+++ b/platform/android/src/style/sources/source.hpp
@@ -40,7 +40,6 @@ public:
std::unique_ptr<mbgl::style::Source> releaseCoreSource();
protected:
- void updateStyle(jni::jboolean);
std::unique_ptr<mbgl::style::Source> ownedSource;
mbgl::style::Source& source;