diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-31 23:55:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-31 23:55:14 +0000 |
| commit | c6c1173589761734608d66cc3a8dff4e06b26147 (patch) | |
| tree | 424bcabb0824a4f710a01836b89df3ece537146b /src/lib/film.h | |
| parent | 4b3554db5556f8745ff36c5ca80423aaa41ae506 (diff) | |
I think fix_conflicting_settings is now not required.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index bce2c3b54..a1dfc6094 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -165,8 +165,6 @@ public: std::string content_summary (DCPTimePeriod period) const; - std::list<std::string> fix_conflicting_settings (); - bool references_dcp_video () const; bool references_dcp_audio () const; |
