diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-29 15:27:02 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-29 15:27:02 +0000 |
commit | bf1c0af30feaf48240d7813a8e88131b6a3cceb8 (patch) | |
tree | 0332e8e6f1ee734b023bb24b66996aad91591c81 | |
parent | 7c7b58e8393e514d7c6a01ec51c7a24c2c9a8b49 (diff) |
tests/check/elements/alphacolor.c: Remove two unused variables.
Original commit message from CVS:
* tests/check/elements/alphacolor.c:
Remove two unused variables.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tests/check/elements/alphacolor.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -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): diff --git a/tests/check/elements/alphacolor.c b/tests/check/elements/alphacolor.c index 3c51ea08..abe182d0 100644 --- a/tests/check/elements/alphacolor.c +++ b/tests/check/elements/alphacolor.c @@ -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 (); |