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:41 +00:00
parent bb314c27ad
commit 0f6960577f

View file

@ -682,7 +682,6 @@ gst_lame_set_property (GObject * object, guint prop_id, const GValue * value,
{ {
GstLame *lame; GstLame *lame;
/* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_LAME (object)); g_return_if_fail (GST_IS_LAME (object));
lame = GST_LAME (object); lame = GST_LAME (object);
@ -801,7 +800,6 @@ gst_lame_get_property (GObject * object, guint prop_id, GValue * value,
{ {
GstLame *lame; GstLame *lame;
/* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_LAME (object)); g_return_if_fail (GST_IS_LAME (object));
lame = GST_LAME (object); lame = GST_LAME (object);