summaryrefslogtreecommitdiff
path: root/platform/android/src/geojson/geometry_collection.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-08-17 13:43:07 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-09-06 17:26:28 -0700
commit118555e03b5ef55d700f058b6d9adea05e388b6c (patch)
treea4b91e016d19778f73682a52a6a0c0065ef8ba53 /platform/android/src/geojson/geometry_collection.hpp
parent3163b66bfd4cc4b593ef79b86054ca84af16263b (diff)
downloadqtlocation-mapboxgl-118555e03b5ef55d700f058b6d9adea05e388b6c.tar.gz
[android] Upgrade to latest jni.hpp
Diffstat (limited to 'platform/android/src/geojson/geometry_collection.hpp')
-rw-r--r--platform/android/src/geojson/geometry_collection.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/android/src/geojson/geometry_collection.hpp b/platform/android/src/geojson/geometry_collection.hpp
index 9ed9953b0d..a301d86933 100644
--- a/platform/android/src/geojson/geometry_collection.hpp
+++ b/platform/android/src/geojson/geometry_collection.hpp
@@ -18,8 +18,6 @@ public:
static mapbox::geometry::geometry_collection<double> convert(jni::JNIEnv&, jni::Object<GeometryCollection>);
- static jni::Class<GeometryCollection> javaClass;
-
static void registerNative(jni::JNIEnv&);
};