1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

unused macro

This commit is contained in:
Nikolay Pultsin 2012-03-31 14:28:27 +01:00
parent 52aae6d0aa
commit 1cbb8af49b

View file

@ -121,8 +121,6 @@ JNIEnv *AndroidUtil::getEnv() {
return env;
}
#define CHECK_NULL(value) if ((value) == 0) { return false; }
bool AndroidUtil::init(JavaVM* jvm) {
ourJavaVM = jvm;