aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/compat.h')
-rw-r--r--Alc/compat.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Alc/compat.h b/Alc/compat.h
index 093184c8..495bfdf2 100644
--- a/Alc/compat.h
+++ b/Alc/compat.h
@@ -50,14 +50,6 @@ void CloseLib(void *handle);
void *GetSymbol(void *handle, const char *name);
#endif
-#ifdef __ANDROID__
-#define JCALL(obj, func) ((*(obj))->func((obj), EXTRACT_VCALL_ARGS
-#define JCALL0(obj, func) ((*(obj))->func((obj) EXTRACT_VCALL_ARGS
-
-/** Returns a JNIEnv*. */
-void *Android_GetJNIEnv(void);
-#endif
-
#ifdef __cplusplus
} /* extern "C" */
#endif