diff bitstream.c @ 6945:7128fa020b0e libavcodec

unused
author michael
date Fri, 30 May 2008 23:27:21 +0000
parents 030cc3278868
children d3a1ac3e227b
line wrap: on
line diff
--- a/bitstream.c	Fri May 30 23:26:09 2008 +0000
+++ b/bitstream.c	Fri May 30 23:27:21 2008 +0000
@@ -42,11 +42,6 @@
 attribute_deprecated av_alloc_size(2)
 static void *ff_realloc_static(void *ptr, unsigned int size);
 
-static void *av_mallocz_static(unsigned int size)
-{
-    return av_mallocz(size);
-}
-
 static void *ff_realloc_static(void *ptr, unsigned int size)
 {
     return av_realloc(ptr, size);