visual: remove unnecessary variable
authorLuis de Bethencourt <luis.bg@samsung.com>
Tue, 13 Jan 2015 15:07:56 +0000 (15:07 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Tue, 13 Jan 2015 15:14:38 +0000 (15:14 +0000)
commita91d521a3602f33083405467db9454d422b9da1b
treeaf8dd905bceabb491db1700f71f467f67971785c
parent7cc048f4df3cd51b84a628021b9f8cf0a92045fe
visual: remove unnecessary variable

klass->setup (scope) will always return TRUE since all children of this class
do so, no need to store the return. Besides, the value is overwritten a few
lines down before it is ever used. Save the unnecessary memory and instructions.

CID #1226467
ext/libvisual/gstaudiovisualizer.c