mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +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
bb314c27ad
commit
0f6960577f
1 changed files with 0 additions and 2 deletions
|
@ -682,7 +682,6 @@ gst_lame_set_property (GObject * object, guint prop_id, const GValue * value,
|
|||
{
|
||||
GstLame *lame;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_LAME (object));
|
||||
|
||||
lame = GST_LAME (object);
|
||||
|
@ -801,7 +800,6 @@ gst_lame_get_property (GObject * object, guint prop_id, GValue * value,
|
|||
{
|
||||
GstLame *lame;
|
||||
|
||||
/* it's not null if we got it, but it might not be ours */
|
||||
g_return_if_fail (GST_IS_LAME (object));
|
||||
|
||||
lame = GST_LAME (object);
|
||||
|
|
Loading…
Reference in a new issue