[MOVED FROM BAD] Way, way, way too many files: Remove crack comment from the 2000 era.

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.
This commit is contained in:
Andy Wingo 2005-07-05 10:51:49 +00:00 committed by Jan Schmidt
parent 1c1fb2e31a
commit 5f12ced080

View file

@ -232,7 +232,6 @@ gst_y4mencode_set_property (GObject * object, guint prop_id,
{
GstY4mEncode *filter;
/* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_Y4MENCODE (object));
filter = GST_Y4MENCODE (object);
@ -248,7 +247,6 @@ gst_y4mencode_get_property (GObject * object, guint prop_id, GValue * value,
{
GstY4mEncode *filter;
/* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_Y4MENCODE (object));
filter = GST_Y4MENCODE (object);