Skip to content

Commit

Permalink
android/audioformat_jni: remove unused GET_ENV
Browse files Browse the repository at this point in the history
It was never used in 189d435
  • Loading branch information
robUx4 committed Oct 30, 2024
1 parent d1189c6 commit 576869d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/audio_output/android/audioformat_jni.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include "audioformat_jni.h"

#define THREAD_NAME "android_audio"
#define GET_ENV() android_getEnv(VLC_OBJECT(stream), THREAD_NAME)
#define JNI_CALL(what, obj, method, ...) (*env)->what(env, obj, method, ##__VA_ARGS__)
#define JNI_CALL_INT(obj, method, ...) JNI_CALL(CallIntMethod, obj, method, ##__VA_ARGS__)
#define JNI_CALL_VOID(obj, method, ...) JNI_CALL(CallVoidMethod, obj, method, ##__VA_ARGS__)
Expand Down

0 comments on commit 576869d

Please sign in to comment.