Way, way, way too many files: Remove crack comment from the 2000 era.
[platform/upstream/gst-plugins-good.git] / gst / oldcore / gststatistics.c
index ef6cca3..7c8b747 100644 (file)
@@ -340,7 +340,6 @@ gst_statistics_set_property (GObject * object, guint prop_id,
 {
   GstStatistics *statistics;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_STATISTICS (object));
 
   statistics = GST_STATISTICS (object);
@@ -376,7 +375,6 @@ gst_statistics_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstStatistics *statistics;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_STATISTICS (object));
 
   statistics = GST_STATISTICS (object);