Fix "variable was set but never used" warnings
authorRolland Dudemaine <rolland@ghs.com>
Tue, 25 Jan 2011 13:08:26 +0000 (15:08 +0200)
committerSiarhei Siamashka <siarhei.siamashka@nokia.com>
Wed, 26 Jan 2011 13:05:24 +0000 (15:05 +0200)
commitfead9eb82a7fc78a4927fff960d4cacea799bd9b
treefc11104eb68ecea2ecefa897b1bf42b1a5a03c6a
parent32e556df33b3cd3b31de8184f144b3065206406b
Fix "variable was set but never used" warnings

Removes useless variable declarations. This can only result in more
efficient code, as these variables where sometimes assigned, but
their values were never used.
pixman/pixman-fast-path.c
pixman/pixman-matrix.c
pixman/pixman-trap.c