# HG changeset patch # User michael # Date 1212190041 0 # Node ID 7128fa020b0ead221f4d5969b9e7ce1e9729e662 # Parent 030cc3278868e727b430cc023e417c03920ed778 unused diff -r 030cc3278868 -r 7128fa020b0e bitstream.c --- 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);