summaryrefslogtreecommitdiff
path: root/platform/android/src/style/sources/source.hpp
diff options
context:
space:
mode:
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;