[MOVED FROM BAD 18/68] Way, way, way too many files: Remove crack comment from the...
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:51:49 +0000 (10:51 +0000)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 15 Jun 2011 14:12:53 +0000 (16:12 +0200)
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/colorspace/gstcolorspace.c

index d85e87e..6b28d8f 100644 (file)
@@ -588,7 +588,6 @@ gst_colorspace_set_property (GObject * object, guint prop_id,
 {
   GstColorspace *space;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_COLORSPACE (object));
   space = GST_COLORSPACE (object);
 
@@ -604,7 +603,6 @@ gst_colorspace_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstColorspace *space;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_COLORSPACE (object));
   space = GST_COLORSPACE (object);