summaryrefslogtreecommitdiff
path: root/rsvg-filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsvg-filter.c')
-rw-r--r--rsvg-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsvg-filter.c b/rsvg-filter.c
index d73fe402..74462ddf 100644
--- a/rsvg-filter.c
+++ b/rsvg-filter.c
@@ -2191,7 +2191,6 @@ rsvg_filter_primitive_component_transfer_render (RsvgFilterPrimitive *
{
gint x, y, c;
guint i;
- gint temp;
gint rowstride, height, width;
RsvgIRect boundarys;
RsvgNodeComponentTransferFunc *channels[4];
@@ -2250,6 +2249,7 @@ rsvg_filter_primitive_component_transfer_render (RsvgFilterPrimitive *
for (x = boundarys.x0; x < boundarys.x1; x++) {
inpix = in_pixels + (y * rowstride + x * 4);
for (c = 0; c < 4; c++) {
+ gint temp;
int inval;
if (c != achan) {
if (inpix[achan] == 0)