[MOVED FROM BAD] Way, way, way too many files: Remove crack comment from the 2000...
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:51:49 +0000 (10:51 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Fri, 15 May 2009 22:35:07 +0000 (23:35 +0100)
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.

gst/y4m/gsty4mencode.c

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