Way, way, way too many files: Remove crack comment from the 2000 era.
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:51:45 +0000 (10:51 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:51:45 +0000 (10:51 +0000)
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.

ext/pango/gsttextoverlay.c
ext/pango/gsttimeoverlay.c
gst-libs/gst/video/gstvideofilter.c

index 8b427ff..c768eff 100644 (file)
@@ -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);
 
index d422646..ecbf3ca 100644 (file)
@@ -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);
 
index d003345..c807eb1 100644 (file)
@@ -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);