summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-01 06:52:10 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-01 06:52:10 +0000
commit5bfedc0a2d9331a6b2205aaebed4739e882771ea (patch)
tree0a8dc5c3b696bd2e6aaf83b0ecb60aa9b40d1ddf /libvo
parentab2237c15a7d7fe119a6ca471dcdb427e1dfeeec (diff)
downloadmpv-5bfedc0a2d9331a6b2205aaebed4739e882771ea.tar.bz2
mpv-5bfedc0a2d9331a6b2205aaebed4739e882771ea.tar.xz
Remove some pointless 'inline' qualifiers
Most of these functions aren't even used in the same translation unit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24918 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index dc8cfdc940..7f22a0c59d 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -2566,7 +2566,7 @@ int vo_xv_init_colorkey(void)
* It doesn't call XFlush.
*
*/
-inline void vo_xv_draw_colorkey( int32_t x, int32_t y,
+void vo_xv_draw_colorkey( int32_t x, int32_t y,
int32_t w, int32_t h )
{
if( xv_ck_info.method == CK_METHOD_MANUALFILL ||