Remove unused prototype

Originally committed as revision 10310 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
David Conrad 2007-09-05 00:23:07 +00:00
parent ffb880c278
commit ab41602755
1 changed files with 0 additions and 2 deletions

View File

@ -69,8 +69,6 @@ static void put_ebml_uint(ByteIOContext *pb, unsigned int elementid, uint64_t va
put_byte(pb, val >> bytes*8);
}
//static void put_ebml_sint(ByteIOContext *pb, unsigned int elementid, int64_t val)
static void put_ebml_float(ByteIOContext *pb, unsigned int elementid, double val)
{
// XXX: single-precision floats?