From 197f0ca6b418a27412bfcc7e891ab80949fd8833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 11 Apr 2017 17:18:09 +0200 Subject: [android] use AAssetManager instead of libzip --- platform/android/src/jni.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'platform/android/src/jni.hpp') diff --git a/platform/android/src/jni.hpp b/platform/android/src/jni.hpp index f0c113f754..e5df92e701 100644 --- a/platform/android/src/jni.hpp +++ b/platform/android/src/jni.hpp @@ -13,7 +13,6 @@ extern JavaVM* theJVM; extern std::string cachePath; extern std::string dataPath; -extern std::string apkPath; bool attach_jni_thread(JavaVM* vm, JNIEnv** env, std::string threadName); void detach_jni_thread(JavaVM* vm, JNIEnv** env, bool detach); -- cgit v1.2.1