Way, way, way too many files: Remove crack comment from the 2000 era.
[platform/upstream/gst-plugins-good.git] / gst / videofilter / gstvideobalance.c
index dbb61f5..3a5c677 100644 (file)
@@ -371,7 +371,6 @@ gst_videobalance_set_property (GObject * object, guint prop_id,
 {
   GstVideobalance *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_VIDEOBALANCE (object));
   src = GST_VIDEOBALANCE (object);
 
@@ -402,7 +401,6 @@ gst_videobalance_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstVideobalance *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_VIDEOBALANCE (object));
   src = GST_VIDEOBALANCE (object);