summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-01-29 15:27:02 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-01-29 15:27:02 +0000
commitbf1c0af30feaf48240d7813a8e88131b6a3cceb8 (patch)
tree0332e8e6f1ee734b023bb24b66996aad91591c81 /tests
parent7c7b58e8393e514d7c6a01ec51c7a24c2c9a8b49 (diff)
tests/check/elements/alphacolor.c: Remove two unused variables.
Original commit message from CVS: * tests/check/elements/alphacolor.c: Remove two unused variables.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/alphacolor.c2
1 files changed, 0 insertions, 2 deletions
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 ();