diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/smpte_subtitle_asset.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/smpte_subtitle_asset.cc b/src/smpte_subtitle_asset.cc index 9ff194f8..6c3277ce 100644 --- a/src/smpte_subtitle_asset.cc +++ b/src/smpte_subtitle_asset.cc @@ -112,7 +112,6 @@ SMPTESubtitleAsset::SMPTESubtitleAsset (boost::filesystem::path file) xml = make_shared<cxml::Document>("SubtitleReel"); xml->read_file (file); parse_xml (xml); - _id = _xml_id = remove_urn_uuid (xml->string_child ("Id")); } catch (cxml::Error& e) { boost::throw_exception ( ReadError ( |
