Way, way, way too many files: Remove crack comment from the 2000 era.
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:51:41 +0000 (10:51 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:51:41 +0000 (10:51 +0000)
Original commit message from CVS:
2005-07-05  Andy Wingo  <wingo@pobox.com>

* Way, way, way too many files:
Remove crack comment from the 2000 era.

ext/lame/gstlame.c

index 7f1020c..bc1c8f4 100644 (file)
@@ -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);