summaryrefslogtreecommitdiff
path: root/platform/android/src/map/image.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/map/image.hpp')
-rw-r--r--platform/android/src/map/image.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/android/src/map/image.hpp b/platform/android/src/map/image.hpp
index 1513e13ee7..17ed4cbef8 100644
--- a/platform/android/src/map/image.hpp
+++ b/platform/android/src/map/image.hpp
@@ -10,17 +10,12 @@ namespace android {
class Image : private mbgl::util::noncopyable {
public:
-
static constexpr auto Name() { return "com/mapbox/mapboxsdk/maps/Image"; };
static mbgl::style::Image getImage(jni::JNIEnv&, jni::Object<Image>);
- static jni::Class<Image> javaClass;
-
static void registerNative(jni::JNIEnv&);
-
};
-
} // namespace android
} // namespace mbgl \ No newline at end of file