opensles: Remove unused variable
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 1 Nov 2012 14:36:10 +0000 (15:36 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 1 Nov 2012 14:38:32 +0000 (15:38 +0100)
sys/opensles/openslesringbuffer.c

index b5dbc80..d4a5e63 100644 (file)
@@ -337,10 +337,6 @@ _opensles_player_change_mute (GstAudioRingBuffer * rb)
 static void
 _opensles_player_event_cb (SLPlayItf caller, void *context, SLuint32 event)
 {
-  GstOpenSLESRingBuffer *thiz;
-
-  thiz = GST_OPENSLES_RING_BUFFER_CAST (context);
-
   if (event & SL_PLAYEVENT_HEADATNEWPOS) {
     SLmillisecond position;