Fix mis-merge.
authorCarl Hetherington <cth@carlh.net>
Sat, 6 Apr 2019 20:16:29 +0000 (21:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 10 May 2019 22:43:42 +0000 (23:43 +0100)
src/lib/film.cc

index 0b9e57117a606f8688a513bd0e3f36989d2f4ce6..aaa2627e1713ed4695fb344aadd6179112937af2 100644 (file)
@@ -547,8 +547,6 @@ Film::read_metadata (optional<boost::filesystem::path> path)
                _ratings.push_back (dcp::Rating(i));
        }
 
-       list<string> notes;
-       /* This method is the only one that can return notes (so far) */
        _playlist->set_from_xml (shared_from_this(), f.node_child ("Playlist"), _state_version, notes);
 
        /* Write backtraces to this film's directory, until another film is loaded */