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
parent f59e0a7cda
commit d0cf6fabc4

View file

@ -185,7 +185,6 @@ gst_stereo_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstStereo *stereo;
/* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_STEREO (object));
stereo = GST_STEREO (object);
@ -207,7 +206,6 @@ gst_stereo_get_property (GObject * object, guint prop_id, GValue * value,
{
GstStereo *stereo;
/* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_STEREO (object));
stereo = GST_STEREO (object);