From 0a7c4daf469d4ac447fb822fe78337f62f4c04e6 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 23 Feb 2013 08:20:12 +0100 Subject: lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft --- libavformat/version.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat/version.h') diff --git a/libavformat/version.h b/libavformat/version.h index 52e4782008..c781740ca6 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -49,9 +49,6 @@ * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_CLOSE_INPUT_FILE -#define FF_API_CLOSE_INPUT_FILE (LIBAVFORMAT_VERSION_MAJOR < 55) -#endif #ifndef FF_API_APPLEHTTP_PROTO #define FF_API_APPLEHTTP_PROTO (LIBAVFORMAT_VERSION_MAJOR < 55) #endif -- cgit v1.2.3