From 2d162e3825a35b6ac42a27d27c4a3ebbd141828d Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Tue, 25 Jan 2011 00:29:44 +0000 Subject: Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. The iff.h header only declared one function that is now static, the libavformat/iff.c source file wasn't using it before. Drop the file entirely. Signed-off-by: Mans Rullgard --- libavformat/iff.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/iff.c') diff --git a/libavformat/iff.c b/libavformat/iff.c index e1afefbff3..e87195654f 100644 --- a/libavformat/iff.c +++ b/libavformat/iff.c @@ -30,7 +30,6 @@ */ #include "libavutil/intreadwrite.h" -#include "libavcodec/iff.h" #include "avformat.h" #define ID_8SVX MKTAG('8','S','V','X') -- cgit v1.2.3