summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandr Ovchinnikov <aleksandr.ovchinnikov@mapbox.com>2019-12-18 13:21:20 +0200
committerAleksandr Ovchinnikov <aleksandr.ovchinnikov@mapbox.com>2019-12-18 13:21:20 +0200
commita3b878f6dce43aa478d06412c716632a1cd7b3e6 (patch)
treeb8ccc071085f2428d3751c55e7842d6b8a28b68e
parent2fd9d4a1feee88741d2a869c1b6333085e7fe58e (diff)
downloadqtlocation-mapboxgl-upstream/mr1sunshine-remove-jni-typedefs.tar.gz
[jni] Remove unnecessary typedefsupstream/mr1sunshine-remove-jni-typedefs
-rw-r--r--platform/android/src/jni.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/android/src/jni.hpp b/platform/android/src/jni.hpp
index 9bfe2ce5b7..189eac987c 100644
--- a/platform/android/src/jni.hpp
+++ b/platform/android/src/jni.hpp
@@ -5,10 +5,6 @@
#include <string>
#include <jni/jni.hpp>
-typedef struct _jmethodID* jmethodID;
-typedef struct _JavaVM JavaVM;
-typedef struct _JNIEnv JNIEnv;
-
namespace mbgl {
namespace android {