pad: remove unused variable
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 13 Oct 2010 00:48:56 +0000 (02:48 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 3 Dec 2010 10:28:52 +0000 (11:28 +0100)
gst/gstpad.c

index 4403922..81a6c27 100644 (file)
@@ -119,7 +119,6 @@ struct _GstPadPrivate
 {
   GstPadChainListFunction chainlistfunc;
 
-  GstPadPushCache cache_slot;
   GstPadPushCache *cache_ptr;
 };