Mercurial > libavcodec.hg
changeset 6945:7128fa020b0e libavcodec
unused
author | michael |
---|---|
date | Fri, 30 May 2008 23:27:21 +0000 |
parents | 030cc3278868 |
children | f6cd47f54bb3 |
files | bitstream.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
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);