summaryrefslogtreecommitdiff
path: root/src/lib/tiff_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-24 00:49:37 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-24 00:49:37 +0100
commit2783bac450101e809c485ef249ce55a9c6d7996e (patch)
treeba71ef28d167d061b2ecde34dd6f2f2e01c06993 /src/lib/tiff_decoder.cc
parent579dfce1bae018efd73c9f5f3f31770cb401d19a (diff)
Remove old unused stuff.
Diffstat (limited to 'src/lib/tiff_decoder.cc')
-rw-r--r--src/lib/tiff_decoder.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/tiff_decoder.cc b/src/lib/tiff_decoder.cc
index 27dd0d69c..51c0b60d1 100644
--- a/src/lib/tiff_decoder.cc
+++ b/src/lib/tiff_decoder.cc
@@ -78,12 +78,6 @@ TIFFDecoder::TIFFDecoder (boost::shared_ptr<const FilmState> fs, boost::shared_p
}
-int
-TIFFDecoder::length_in_frames () const
-{
- return _files.size ();
-}
-
float
TIFFDecoder::frames_per_second () const
{