mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
playback/player: android: remove unused variable 'gst_app_thread'
This commit is contained in:
parent
2a5ba6574f
commit
c3928830cf
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ typedef struct _Player
|
|||
ANativeWindow *native_window;
|
||||
} Player;
|
||||
|
||||
static pthread_t gst_app_thread;
|
||||
static pthread_key_t current_jni_env;
|
||||
static JavaVM *java_vm;
|
||||
static jfieldID native_player_field_id;
|
||||
|
|
Loading…
Reference in a new issue