Remove obsolete ANDROID_VERSION_GE macro

svn-id: r49505
This commit is contained in:
Angus Lees 2010-06-08 13:23:08 +00:00
parent 33c2e03ccc
commit ec524e3705

View file

@ -31,10 +31,6 @@
#if defined(ANDROID_BACKEND)
#define ANDROID_VERSION_GE(major,minor) \
(ANDROID_MAJOR_VERSION > (major) || \
(ANDROID_MAJOR_VERSION == (major) && ANDROID_MINOR_VERSION >= (minor)))
#include <jni.h>
#include <string.h>