Let VideoSink store the clock, since Cacasink inherits from there
[platform/upstream/gst-plugins-good.git] / ext / libcaca / gstcacasink.h
index 3eaef40..c253eac 100644 (file)
@@ -74,8 +74,6 @@ struct _GstCACASink {
   gboolean antialiasing;
   guint red_mask, green_mask, blue_mask;
 
-  GstClock *clock;
-
   struct caca_bitmap *bitmap;
 };