tests/check/elements/alphacolor.c: Remove two unused variables.

Original commit message from CVS:
* tests/check/elements/alphacolor.c:
Remove two unused variables.
This commit is contained in:
Stefan Kost 2008-01-29 15:27:02 +00:00
parent 7c7b58e839
commit bf1c0af30f
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-01-29 Stefan Kost <ensonic@users.sf.net>
* tests/check/elements/alphacolor.c:
Remove two unused variables.
2008-01-28 Tim-Philipp Müller <tim at centricular dot net>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):

View file

@ -165,9 +165,7 @@ GST_START_TEST (test_rgb24)
{
GstElement *alphacolor;
GstBuffer *inbuffer;
GstBuffer *outbuffer;
GstCaps *incaps;
guint outlength;
incaps = create_caps_rgb24 ();
alphacolor = setup_alphacolor ();