aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/jni.h
diff options
context:
space:
mode:
authorJoel Teichroeb2015-01-05 20:14:17 -0800
committerJoel Teichroeb2015-01-05 20:18:31 -0800
commit59934881a1dc27e0c6030d2133ec3f9aae583df7 (patch)
treefa987d7bf7080f9b2d1013b9bdc5cb3d0f63c0e2 /backends/platform/android/jni.h
parent02e3e82e8210abe9f496f978917c9b134b5e0ad9 (diff)
downloadscummvm-rg350-59934881a1dc27e0c6030d2133ec3f9aae583df7.tar.gz
scummvm-rg350-59934881a1dc27e0c6030d2133ec3f9aae583df7.tar.bz2
scummvm-rg350-59934881a1dc27e0c6030d2133ec3f9aae583df7.zip
ANDROID: Remove unpacker and fix support for non arm
Diffstat (limited to 'backends/platform/android/jni.h')
-rw-r--r--backends/platform/android/jni.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/platform/android/jni.h b/backends/platform/android/jni.h
index 326869b1ee..70feaaf72a 100644
--- a/backends/platform/android/jni.h
+++ b/backends/platform/android/jni.h
@@ -55,7 +55,6 @@ public:
static void setReadyForEvents(bool ready);
- static void getPluginDirectories(Common::FSList &dirs);
static void setWindowCaption(const char *caption);
static void getDPI(float *values);
static void displayMessageOnOSD(const char *msg);
@@ -93,7 +92,6 @@ private:
static jmethodID _MID_setWindowCaption;
static jmethodID _MID_showVirtualKeyboard;
static jmethodID _MID_getSysArchives;
- static jmethodID _MID_getPluginDirectories;
static jmethodID _MID_initSurface;
static jmethodID _MID_deinitSurface;