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

index 6df0373167a58a9ec3252d24e169897e697b1210..77e566124322c9e0a311bff1000ccf88b085beff 100644 (file)
@@ -553,8 +553,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 */