st/vdpau: drop unnecessary variable prof
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 19 Aug 2013 15:35:00 +0000 (16:35 +0100)
committerChristian König <christian.koenig@amd.com>
Mon, 19 Aug 2013 16:32:08 +0000 (18:32 +0200)
commite7c17eb819fdfb93d875837ea16316d8ee64a531
tree06f0bb23616e28c17ff4d4fb8479b4594406a90b
parent1d260360d8588aa7678660db5ad660c724f529ec
st/vdpau: drop unnecessary variable prof

Any decent compiler will do this for us, although doing this
will make grepping through the code alot easier.

v2: In both mixer and query interface
v3: rebase

Reviewed-by: Christian König <christian.koenig@amd.com> [v1]
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/state_trackers/vdpau/mixer.c
src/gallium/state_trackers/vdpau/query.c