changeset 6943:dcb0105c2150 libavcodec

unused
author michael
date Fri, 30 May 2008 21:17:10 +0000
parents 29ebf511fb22
children 030cc3278868
files bitstream.c
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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