From 2f9b652e8c646eabef74a6742f0d7d4c9118fd0e Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Tue, 28 Jul 2015 14:30:33 +0100 Subject: lavu: Drop deprecated context size variables Deprecated in 10/2012. --- libavutil/tree.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavutil/tree.c') diff --git a/libavutil/tree.c b/libavutil/tree.c index d48d01af5b..998851f7f2 100644 --- a/libavutil/tree.c +++ b/libavutil/tree.c @@ -29,10 +29,6 @@ typedef struct AVTreeNode { int state; } AVTreeNode; -#if FF_API_CONTEXT_SIZE -const int av_tree_node_size = sizeof(AVTreeNode); -#endif - struct AVTreeNode *av_tree_node_alloc(void) { return av_mallocz(sizeof(struct AVTreeNode)); -- cgit v1.2.3