demux_real.c: Remove unused hexdump() forward declaration

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32432 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-10-03 15:35:41 +00:00 committed by Uoti Urpala
parent 1de42d8c64
commit 03dae530f8
1 changed files with 0 additions and 2 deletions

View File

@ -480,8 +480,6 @@ static int real_check_file(demuxer_t* demuxer)
return DEMUXER_TYPE_REAL;
}
void hexdump(char *, unsigned long);
#define SKIP_BITS(n) buffer<<=n
#define SHOW_BITS(n) ((buffer)>>(32-(n)))