Commit b13ddb3b authored by Michael Niedermayer's avatar Michael Niedermayer

unused

Originally committed as revision 13572 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b9c83887
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment