playback/player: android: remove unused variable 'gst_app_thread'

This commit is contained in:
Alex Moreno 2015-05-06 10:33:53 +08:00 committed by Sebastian Dröge
parent 2a5ba6574f
commit c3928830cf

View file

@ -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;