From 5f12ced0804dc6042c3c2f5937080f5dc5b2f0a7 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 5 Jul 2005 10:51:49 +0000 Subject: [MOVED FROM BAD] Way, way, way too many files: Remove crack comment from the 2000 era. Original commit message from CVS: 2005-07-05 Andy Wingo * Way, way, way too many files: Remove crack comment from the 2000 era. --- gst/y4m/gsty4mencode.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gst/y4m') diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c index f70f101a..c70d8c84 100644 --- a/gst/y4m/gsty4mencode.c +++ b/gst/y4m/gsty4mencode.c @@ -232,7 +232,6 @@ gst_y4mencode_set_property (GObject * object, guint prop_id, { GstY4mEncode *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_Y4MENCODE (object)); filter = GST_Y4MENCODE (object); @@ -248,7 +247,6 @@ gst_y4mencode_get_property (GObject * object, guint prop_id, GValue * value, { GstY4mEncode *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_Y4MENCODE (object)); filter = GST_Y4MENCODE (object); -- cgit