summaryrefslogtreecommitdiff
path: root/platform/android/src/style/formatted_section.hpp
diff options
context:
space:
mode:
authorIgor Tarasov <igor.tarasov@mapbox.com>2020-04-02 12:08:01 +0300
committerIgor Tarasov <igor.tarasov@mapbox.com>2020-04-02 12:22:56 +0300
commit27ddbb9b69949b74e359b7f8ad9204ea87232706 (patch)
tree3db287ecb2bae8014fc8ae47e9152cfc98facafc /platform/android/src/style/formatted_section.hpp
parent4bdb3ce200e1b6c7d1838d6ebabf18debd331e04 (diff)
downloadqtlocation-mapboxgl-27ddbb9b69949b74e359b7f8ad9204ea87232706.tar.gz
[android] [build] [ci] Move Android JNI bindings code to mapbox-gl-native-android repo.upstream/tarigo_moving_out_android_specific_code
Diffstat (limited to 'platform/android/src/style/formatted_section.hpp')
-rw-r--r--platform/android/src/style/formatted_section.hpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/platform/android/src/style/formatted_section.hpp b/platform/android/src/style/formatted_section.hpp
deleted file mode 100644
index f759a94e8e..0000000000
--- a/platform/android/src/style/formatted_section.hpp
+++ /dev/null
@@ -1,18 +0,0 @@
-#pragma once
-
-#include <mbgl/util/noncopyable.hpp>
-
-#include <jni/jni.hpp>
-
-namespace mbgl {
-namespace android {
-
-class FormattedSection : private mbgl::util::noncopyable {
-public:
- static constexpr auto Name() { return "com/mapbox/mapboxsdk/style/types/FormattedSection"; };
-
- static void registerNative(jni::JNIEnv&);
-};
-
-} // namespace android
-} // namespace mbgl \ No newline at end of file