diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-12 22:27:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-12 22:27:02 +0000 |
| commit | 582177192cceb54e980f923102e56cce69e311aa (patch) | |
| tree | 5ac81112c230805eb138e49b5cafe4381f9658d8 /src/smpte_dcp_reader.cc | |
| parent | b8de88af01e6e8909570ecc7fcfc8085423dee05 (diff) | |
Remove timecode_rate stuff for now.
Diffstat (limited to 'src/smpte_dcp_reader.cc')
| -rw-r--r-- | src/smpte_dcp_reader.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/smpte_dcp_reader.cc b/src/smpte_dcp_reader.cc index f45a789..b60cc8b 100644 --- a/src/smpte_dcp_reader.cc +++ b/src/smpte_dcp_reader.cc @@ -62,13 +62,6 @@ SMPTEDCPReader::SMPTEDCPReader (boost::filesystem::path file, bool mxf) } _load_font_nodes = type_children<dcp::SMPTELoadFont> (xml, "LoadFont"); - _timecode_rate = xml->number_child<int> ("TimeCodeRate"); parse_common (xml, true); } - -int -SMPTEDCPReader::timecode_rate () const -{ - return _timecode_rate; -} |
