From 375be23d2c0f282da93b7235960a4eb4350301de Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 30 Apr 2008 13:57:15 +0000 Subject: Disable unused function. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26608 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/movinfo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TOOLS') diff --git a/TOOLS/movinfo.c b/TOOLS/movinfo.c index 7157573e37..73849b24a7 100644 --- a/TOOLS/movinfo.c +++ b/TOOLS/movinfo.c @@ -98,6 +98,7 @@ static void audio_stream_info(FILE *f, int len) fseek(f,orig_pos,SEEK_SET); } +#if 0 static void userdata_info(FILE *f, int len, int pos, int level) { int orig_pos = pos; /*ftell(f);*/ @@ -150,6 +151,7 @@ static void userdata_info(FILE *f, int len, int pos, int level) } fseek(f,orig_pos,SEEK_SET); } +#endif int time_scale = 0; -- cgit v1.2.3