summaryrefslogtreecommitdiff
path: root/platform/android/src/gson/json_object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/gson/json_object.hpp')
-rw-r--r--platform/android/src/gson/json_object.hpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/platform/android/src/gson/json_object.hpp b/platform/android/src/gson/json_object.hpp
deleted file mode 100644
index b8916f8ae1..0000000000
--- a/platform/android/src/gson/json_object.hpp
+++ /dev/null
@@ -1,24 +0,0 @@
-#pragma once
-
-#include "json_element.hpp"
-
-#include <jni/jni.hpp>
-
-namespace mbgl {
-namespace android {
-namespace gson {
-
-class JsonObject {
-public:
- using SuperTag = JsonElement;
- static constexpr auto Name() { return "com/google/gson/JsonObject"; };
-
- static jni::Local<jni::Object<JsonObject>> New(jni::JNIEnv&, const mbgl::PropertyMap&);
- static mbgl::PropertyMap convert(JNIEnv&, const jni::Object<JsonObject>&);
-
- static void registerNative(jni::JNIEnv&);
-};
-
-} // namespace gson
-} // namespace android
-} // namespace mbgl \ No newline at end of file