summaryrefslogtreecommitdiff
path: root/platform/android/src/geojson/geometry_collection.hpp
diff options
context:
space:
mode:
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&);
};