goom2k1: removing block of code that does nothing
authorLuis de Bethencourt <luis.bg@samsung.com>
Mon, 6 Oct 2014 13:23:22 +0000 (14:23 +0100)
committerLuis de Bethencourt <luis.bg@samsung.com>
Wed, 8 Oct 2014 13:07:56 +0000 (14:07 +0100)
commitcff880401d9f9ba9419e3d359dbd823ac280531d
tree2f5ee5de98c3d43ad0de841281d75ddf97e71fd8
parent98222a67ffbe4a074d2c660c5f0f9c52f847c85a
goom2k1: removing block of code that does nothing

The loop in zoomFilterSetResolution is meant to change the values in the
zf->firedec[] array. Each iteration writes the value of decc onto the arrya,
but no conditions that change the value of decc are ever met and the array is
filled with zero for each element. Which is the initial state of the
array before the loop begins.

The loop does nothing.

https://bugzilla.gnome.org/show_bug.cgi?id=728353
gst/goom2k1/filters.c