From 68eeef961456c50ec94e4f113b6f1f72266d93ac Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 5 Jul 2005 10:51:45 +0000 Subject: [PATCH] Way, way, way too many files: Remove crack comment from the 2000 era. Original commit message from CVS: 2005-07-05 Andy Wingo * Way, way, way too many files: Remove crack comment from the 2000 era. --- ext/pango/gsttextoverlay.c | 2 -- ext/pango/gsttimeoverlay.c | 2 -- gst-libs/gst/video/gstvideofilter.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c index 8b427ffb5c..c768effa84 100644 --- a/ext/pango/gsttextoverlay.c +++ b/ext/pango/gsttextoverlay.c @@ -705,7 +705,6 @@ gst_textoverlay_set_property (GObject * object, guint prop_id, { GstTextOverlay *overlay; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_TEXTOVERLAY (object)); overlay = GST_TEXTOVERLAY (object); @@ -778,7 +777,6 @@ gst_textoverlay_get_property (GObject * object, guint prop_id, GValue * value, { GstTextOverlay *overlay; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_TEXTOVERLAY (object)); overlay = GST_TEXTOVERLAY (object); diff --git a/ext/pango/gsttimeoverlay.c b/ext/pango/gsttimeoverlay.c index d42264643a..ecbf3cab20 100644 --- a/ext/pango/gsttimeoverlay.c +++ b/ext/pango/gsttimeoverlay.c @@ -162,7 +162,6 @@ gst_timeoverlay_set_property (GObject * object, guint prop_id, { GstTimeoverlay *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_TIMEOVERLAY (object)); src = GST_TIMEOVERLAY (object); @@ -184,7 +183,6 @@ gst_timeoverlay_get_property (GObject * object, guint prop_id, GValue * value, { GstTimeoverlay *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_TIMEOVERLAY (object)); src = GST_TIMEOVERLAY (object); diff --git a/gst-libs/gst/video/gstvideofilter.c b/gst-libs/gst/video/gstvideofilter.c index d00334557d..c807eb1cc3 100644 --- a/gst-libs/gst/video/gstvideofilter.c +++ b/gst-libs/gst/video/gstvideofilter.c @@ -364,7 +364,6 @@ gst_videofilter_set_property (GObject * object, guint prop_id, { GstVideofilter *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_VIDEOFILTER (object)); src = GST_VIDEOFILTER (object); @@ -381,7 +380,6 @@ gst_videofilter_get_property (GObject * object, guint prop_id, GValue * value, { GstVideofilter *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_VIDEOFILTER (object)); src = GST_VIDEOFILTER (object);