diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-12 22:19:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-12 22:19:06 +0000 |
| commit | 1f6bd6a9128dff57b690827104a683671436eba6 (patch) | |
| tree | 038f0862e38061e0ba0af537d69daa33b40904b7 /src/interop_dcp_reader.cc | |
| parent | 98849307fdb27a4cbf760d358fbb82dc60628b05 (diff) | |
Tests pass.
Diffstat (limited to 'src/interop_dcp_reader.cc')
| -rw-r--r-- | src/interop_dcp_reader.cc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/interop_dcp_reader.cc b/src/interop_dcp_reader.cc index 41e127b..8860cd7 100644 --- a/src/interop_dcp_reader.cc +++ b/src/interop_dcp_reader.cc @@ -37,13 +37,7 @@ InteropDCPReader::InteropDCPReader (boost::filesystem::path file) _movie_title = xml->string_child ("MovieTitle"); _load_font_nodes = type_children<dcp::InteropLoadFont> (xml, "LoadFont"); - list<cxml::NodePtr> f = xml->node_children ("Font"); - list<shared_ptr<dcp::Font> > font_nodes; - BOOST_FOREACH (cxml::NodePtr& i, f) { - font_nodes.push_back (shared_ptr<dcp::Font> (new dcp::Font (i, false))); - } - - parse_common (xml, font_nodes); + parse_common (xml, false); } int |
