summaryrefslogtreecommitdiff
path: root/src/lib/film.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-20 00:33:57 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-20 20:36:46 +0100
commit0dc671756f9a6b0213b4273a8933c8f57483c424 (patch)
treecce42f60e414a6764211973c8fecd7bc37e599f8 /src/lib/film.cc
parent8850569d93a8524625b3b595cb6edf45bdf6de07 (diff)
Remove the strange tolerant flag in Film.
Instead, we now pass it in directly to Content::examine() and the Player.
Diffstat (limited to 'src/lib/film.cc')
-rw-r--r--src/lib/film.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc
index dd702a3fd..abe8f4c3b 100644
--- a/src/lib/film.cc
+++ b/src/lib/film.cc
@@ -192,7 +192,6 @@ Film::Film (optional<boost::filesystem::path> dir)
, _audio_language(Config::instance()->default_audio_language())
, _state_version (current_state_version)
, _dirty (false)
- , _tolerant (false)
{
set_isdcf_date_today ();