libvo: remove UNUSED() macros
commit690bcb7b2c750ce6935e979c392395882d51744b
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sat, 2 Oct 2010 14:22:03 +0000 (2 14:22 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Nov 2010 02:18:08 +0000 (2 04:18 +0200)
treed563f321a0f8da5a31c34f433a64351795cecdf0
parent69e3e06a1ab7c58b16294d0c7451b374e5966e21
libvo: remove UNUSED() macros

Remove UNUSED macros used to shut up unused function parameter warnings.
The macros are duplicated all over libvo and serve no useful purpose
nowadays.  A better way to shut up the warnings is -Wno-unused-parameter.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32422 b3059339-0415-0410-9bf9-f77b7e298cf2
libvo/vesa_lvo.c
libvo/vo_cvidix.c
libvo/vo_svga.c
libvo/vo_vesa.c
libvo/vo_winvidix.c
libvo/vo_xover.c
libvo/vo_xvidix.c
libvo/vo_xvmc.c