From df9fbd464983226833a1a8c184a82f35af278dbc Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 19 Aug 2002 18:26:34 +0000 Subject: remove unused function CVS patchset: 2488 CVS date: 2002/08/19 18:26:34 --- src/demuxers/demux_avi.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/demuxers/demux_avi.c b/src/demuxers/demux_avi.c index 393353ddd..8175b9c1e 100644 --- a/src/demuxers/demux_avi.c +++ b/src/demuxers/demux_avi.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: demux_avi.c,v 1.106 2002/08/05 22:09:25 miguelfreitas Exp $ + * $Id: demux_avi.c,v 1.107 2002/08/19 18:26:34 mroi Exp $ * * demultiplexer for avi streams * @@ -565,19 +565,6 @@ static int avi_add_index_entry(demux_avi_t *this, avi_t *AVI, unsigned char *tag return 0; } -static void gen_index_show_progress (demux_avi_t *this, int percent) { - - char str[60]; - - sprintf (str, "recons. index %3d%%", percent); - - this->xine->osd_renderer->filled_rect (this->xine->osd, 0, 0, 299, 99, 0); - this->xine->osd_renderer->render_text (this->xine->osd, 5, 30, str, OSD_TEXT1); - this->xine->osd_renderer->show (this->xine->osd, 0); - - -} - static avi_t *AVI_init(demux_avi_t *this) { avi_t *AVI; -- cgit v1.2.3