From 5825e9425ba9c7d4bed785572c4ad0fd0fde6cad Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 8 Dec 2012 16:02:54 +0100 Subject: [PATCH] lavfi/version: remove unused dropped symbol --- libavfilter/version.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavfilter/version.h b/libavfilter/version.h index ed17978c2e..bdd29f4811 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -48,9 +48,6 @@ * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_OLD_ALL_FORMATS_API -#define FF_API_OLD_ALL_FORMATS_API (LIBAVFILTER_VERSION_MAJOR < 3) -#endif #ifndef FF_API_AVFILTERPAD_PUBLIC #define FF_API_AVFILTERPAD_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 4) #endif