summaryrefslogtreecommitdiff
path: root/platform/android/src/jni.cpp
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-02-07 13:36:21 +0100
committerTobrun <tobrun@mapbox.com>2019-02-07 15:41:54 +0100
commit7ad9f3450d038dd2f90f03b55dca51194bc1f587 (patch)
tree934becf731de338c4976a9839912427afd61f304 /platform/android/src/jni.cpp
parent47fa19444e6c21326d99fbe38a3c25716e009971 (diff)
downloadqtlocation-mapboxgl-7ad9f3450d038dd2f90f03b55dca51194bc1f587.tar.gz
[android] - remove faulty conversion, explict casting for cluster API
Diffstat (limited to 'platform/android/src/jni.cpp')
-rwxr-xr-xplatform/android/src/jni.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/android/src/jni.cpp b/platform/android/src/jni.cpp
index 5f162fd53e..410c962384 100755
--- a/platform/android/src/jni.cpp
+++ b/platform/android/src/jni.cpp
@@ -55,7 +55,6 @@
#include "text/collator_jni.hpp"
#include "text/local_glyph_rasterizer_jni.hpp"
#include "logger.hpp"
-#include "math/math.hpp"
namespace mbgl {
namespace android {
@@ -119,7 +118,6 @@ void registerNatives(JavaVM *vm) {
// Basic types
java::registerNatives(env);
java::util::registerNative(env);
- math::registerNative(env);
PointF::registerNative(env);
RectF::registerNative(env);