mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
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:
parent
f59e0a7cda
commit
d0cf6fabc4
1 changed files with 0 additions and 2 deletions
|
@ -185,7 +185,6 @@ gst_stereo_set_property (GObject * object, guint prop_id, const GValue * value,
|
||||||
{
|
{
|
||||||
GstStereo *stereo;
|
GstStereo *stereo;
|
||||||
|
|
||||||
/* it's not null if we got it, but it might not be ours */
|
|
||||||
g_return_if_fail (GST_IS_STEREO (object));
|
g_return_if_fail (GST_IS_STEREO (object));
|
||||||
stereo = GST_STEREO (object);
|
stereo = GST_STEREO (object);
|
||||||
|
|
||||||
|
@ -207,7 +206,6 @@ gst_stereo_get_property (GObject * object, guint prop_id, GValue * value,
|
||||||
{
|
{
|
||||||
GstStereo *stereo;
|
GstStereo *stereo;
|
||||||
|
|
||||||
/* it's not null if we got it, but it might not be ours */
|
|
||||||
g_return_if_fail (GST_IS_STEREO (object));
|
g_return_if_fail (GST_IS_STEREO (object));
|
||||||
stereo = GST_STEREO (object);
|
stereo = GST_STEREO (object);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue