# HG changeset patch # User michael # Date 1212182230 0 # Node ID dcb0105c2150434a9e98382aeb7571fe8c1a9a72 # Parent 29ebf511fb2274377217a41147ac7bc01c9df2b6 unused diff -r 29ebf511fb22 -r dcb0105c2150 bitstream.c --- a/bitstream.c Fri May 30 21:15:34 2008 +0000 +++ b/bitstream.c Fri May 30 21:17:10 2008 +0000 @@ -76,15 +76,6 @@ } -static void av_free_static(void) -{ - while(last_static){ - av_freep(&array_static[--last_static]); - } - av_freep(&array_static); -} - - void align_put_bits(PutBitContext *s) { #ifdef ALT_BITSTREAM_WRITER