gst/spectrum/: Remove two obsolete and confusing comments.

Original commit message from CVS:
* gst/spectrum/demo-audiotest.c: (message_handler):
* gst/spectrum/demo-osssrc.c: (message_handler):
Remove two obsolete and confusing comments.
This commit is contained in:
Stefan Kost 2007-03-05 08:30:52 +00:00
parent 390e0a84c1
commit 943584e0ff
2 changed files with 0 additions and 4 deletions

View file

@ -90,8 +90,6 @@ message_handler (GstBus * bus, GstMessage * message, gpointer data)
draw_spectrum (spect);
}
}
/* we handled the message we want, and ignored the ones we didn't want.
* so the core can unref the message for us */
return TRUE;
}

View file

@ -81,8 +81,6 @@ message_handler (GstBus * bus, GstMessage * message, gpointer data)
draw_spectrum (spect);
}
}
/* we handled the message we want, and ignored the ones we didn't want.
* so the core can unref the message for us */
return TRUE;
}