diff options
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index aeb389cde..7b3e2872b 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -196,14 +196,6 @@ public: bool references_dcp_audio () const; bool contains_atmos_content () const; - void set_tolerant (bool t) { - _tolerant = t; - } - - bool tolerant () const { - return _tolerant; - } - bool last_written_by_earlier_than(int major, int minor, int micro) const; /* GET */ @@ -571,11 +563,6 @@ private: /** film being used as a template, or 0 */ std::shared_ptr<Film> _template_film; - /** Be tolerant of errors in content (currently applies to DCP only). - Not saved as state. - */ - bool _tolerant; - std::map<std::string, std::string> _ui_state; boost::signals2::scoped_connection _playlist_change_connection; |
