From 0f6960577fa69d6f33fe379195f041b023c1d362 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 5 Jul 2005 10:51:41 +0000 Subject: [PATCH] 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. --- ext/lame/gstlame.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index 7f1020c1c4..bc1c8f4322 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -682,7 +682,6 @@ gst_lame_set_property (GObject * object, guint prop_id, const GValue * value, { GstLame *lame; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_LAME (object)); lame = GST_LAME (object); @@ -801,7 +800,6 @@ gst_lame_get_property (GObject * object, guint prop_id, GValue * value, { GstLame *lame; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_LAME (object)); lame = GST_LAME (object);