From 3368a1e7242c87898776b6993f7bf0e1e07cc378 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Mon, 8 Nov 2004 19:13:10 +0000 Subject: Reomoved unused fields from the object Original commit message from CVS: Reomoved unused fields from the object --- ext/libcaca/gstcacasink.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/libcaca') diff --git a/ext/libcaca/gstcacasink.h b/ext/libcaca/gstcacasink.h index 00685b68..3eaef40a 100644 --- a/ext/libcaca/gstcacasink.h +++ b/ext/libcaca/gstcacasink.h @@ -74,8 +74,6 @@ struct _GstCACASink { gboolean antialiasing; guint red_mask, green_mask, blue_mask; - gint64 correction; - //GstClockID id; GstClock *clock; struct caca_bitmap *bitmap; -- cgit