summaryrefslogtreecommitdiff
path: root/platform/android/src/style/formatted_section.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/style/formatted_section.cpp')
-rw-r--r--platform/android/src/style/formatted_section.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/platform/android/src/style/formatted_section.cpp b/platform/android/src/style/formatted_section.cpp
deleted file mode 100644
index ddcf76f816..0000000000
--- a/platform/android/src/style/formatted_section.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "formatted_section.hpp"
-
-namespace mbgl {
-namespace android {
-
-void FormattedSection::registerNative(jni::JNIEnv& env) {
- jni::Class<FormattedSection>::Singleton(env);
-}
-
-} // namespace android
-} // namespace mbgl \ No newline at end of file