From 9b64a036c0bcdbea33d6a253066312ef6c3304fe Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 19 Jun 2008 23:25:04 +0000 Subject: remove useless close funcs Originally committed as revision 13835 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/txd.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavformat/txd.c') diff --git a/libavformat/txd.c b/libavformat/txd.c index e8e263c6fd..d2c399697b 100644 --- a/libavformat/txd.c +++ b/libavformat/txd.c @@ -87,10 +87,6 @@ next_chunk: return ret <= 0 ? AVERROR(EIO) : ret; } -static int txd_read_close(AVFormatContext *s) { - return 0; -} - AVInputFormat txd_demuxer = { "txd", @@ -99,5 +95,4 @@ AVInputFormat txd_demuxer = txd_probe, txd_read_header, txd_read_packet, - txd_read_close, }; -- cgit v1.2.3