summaryrefslogtreecommitdiff
path: root/libavutil/tree.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-07-28 14:30:33 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-08-28 16:04:27 +0200
commit2f9b652e8c646eabef74a6742f0d7d4c9118fd0e (patch)
tree34ab94b26c31b00c9c26f122fffcbf80a4f58ae2 /libavutil/tree.h
parent8f12ef9860d0e164e4647fd5d5cebdb3cfb34a79 (diff)
lavu: Drop deprecated context size variables
Deprecated in 10/2012.
Diffstat (limited to 'libavutil/tree.h')
-rw-r--r--libavutil/tree.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/tree.h b/libavutil/tree.h
index 424656e06a..e2f191cdd7 100644
--- a/libavutil/tree.h
+++ b/libavutil/tree.h
@@ -43,9 +43,6 @@
struct AVTreeNode;
-#if FF_API_CONTEXT_SIZE
-extern attribute_deprecated const int av_tree_node_size;
-#endif
/**
* Allocate an AVTreeNode.