summaryrefslogtreecommitdiff
path: root/platform/android/src/geometry/lat_lng_bounds.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/geometry/lat_lng_bounds.hpp')
-rw-r--r--platform/android/src/geometry/lat_lng_bounds.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/android/src/geometry/lat_lng_bounds.hpp b/platform/android/src/geometry/lat_lng_bounds.hpp
index 1c853e4b67..751e0babda 100644
--- a/platform/android/src/geometry/lat_lng_bounds.hpp
+++ b/platform/android/src/geometry/lat_lng_bounds.hpp
@@ -18,10 +18,7 @@ public:
static mbgl::LatLngBounds getLatLngBounds(jni::JNIEnv&, jni::Object<LatLngBounds>);
- static jni::Class<LatLngBounds> javaClass;
-
static void registerNative(jni::JNIEnv&);
-
};