mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
[MOVED FROM BAD 18/68] 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
3f31bb192a
commit
04c7b716fd
1 changed files with 0 additions and 2 deletions
|
@ -588,7 +588,6 @@ gst_colorspace_set_property (GObject * object, guint prop_id,
|
||||||
{
|
{
|
||||||
GstColorspace *space;
|
GstColorspace *space;
|
||||||
|
|
||||||
/* it's not null if we got it, but it might not be ours */
|
|
||||||
g_return_if_fail (GST_IS_COLORSPACE (object));
|
g_return_if_fail (GST_IS_COLORSPACE (object));
|
||||||
space = GST_COLORSPACE (object);
|
space = GST_COLORSPACE (object);
|
||||||
|
|
||||||
|
@ -604,7 +603,6 @@ gst_colorspace_get_property (GObject * object, guint prop_id, GValue * value,
|
||||||
{
|
{
|
||||||
GstColorspace *space;
|
GstColorspace *space;
|
||||||
|
|
||||||
/* it's not null if we got it, but it might not be ours */
|
|
||||||
g_return_if_fail (GST_IS_COLORSPACE (object));
|
g_return_if_fail (GST_IS_COLORSPACE (object));
|
||||||
space = GST_COLORSPACE (object);
|
space = GST_COLORSPACE (object);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue