summaryrefslogtreecommitdiff
path: root/libavutil/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/aes.c')
-rw-r--r--libavutil/aes.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavutil/aes.c b/libavutil/aes.c
index 3ba5e9aef4..02a9281b77 100644
--- a/libavutil/aes.c
+++ b/libavutil/aes.c
@@ -40,10 +40,6 @@ typedef struct AVAES {
int rounds;
} AVAES;
-#if FF_API_CONTEXT_SIZE
-const int av_aes_size= sizeof(AVAES);
-#endif
-
struct AVAES *av_aes_alloc(void)
{
return av_mallocz(sizeof(struct AVAES));