From 1d96023ab3987e55fd6452f655dfb900c6012881 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 4 Nov 2012 16:55:50 +0000 Subject: Remove unused ignore_length parameter. --- src/lib/tiff_decoder.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/tiff_decoder.cc') diff --git a/src/lib/tiff_decoder.cc b/src/lib/tiff_decoder.cc index 7d8559a7c..2c050def6 100644 --- a/src/lib/tiff_decoder.cc +++ b/src/lib/tiff_decoder.cc @@ -46,10 +46,9 @@ using namespace boost; * @param j Job that we are associated with, or 0. * @param minimal true to do the bare minimum of work; just run through the content. Useful for acquiring * accurate frame counts as quickly as possible. This generates no video or audio output. - * @param ignore_length Ignore the content's claimed length when computing progress. */ -TIFFDecoder::TIFFDecoder (boost::shared_ptr f, boost::shared_ptr o, Job* j, bool minimal, bool ignore_length) - : Decoder (f, o, j, minimal, ignore_length) +TIFFDecoder::TIFFDecoder (boost::shared_ptr f, boost::shared_ptr o, Job* j, bool minimal) + : Decoder (f, o, j, minimal) { string const dir = _film->content_path (); -- cgit v1.2.3