summaryrefslogtreecommitdiff
path: root/src/mxf_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-24 18:54:09 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-24 18:54:09 +0100
commit725c1f0ead60e73e9dbc17337c416ac4d2720c55 (patch)
tree132b82fbdb44320e74289ee6400c4a39d162439e /src/mxf_asset.cc
parentb0b83d69f38a8239f3df1e2872b6cfebf9f84af8 (diff)
Various KDM work.
Diffstat (limited to 'src/mxf_asset.cc')
-rw-r--r--src/mxf_asset.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mxf_asset.cc b/src/mxf_asset.cc
index bcfe6085..98770d86 100644
--- a/src/mxf_asset.cc
+++ b/src/mxf_asset.cc
@@ -117,14 +117,6 @@ MXFAsset::equals (shared_ptr<const Asset> other, EqualityOptions opt, boost::fun
}
void
-MXFAsset::add_typed_key_id (xmlpp::Element* parent) const
-{
- xmlpp::Element* typed_key_id = parent->add_child("TypedKeyId");
- typed_key_id->add_child("KeyType")->add_child_text(key_type ());
- typed_key_id->add_child("KeyId")->add_child_text("urn:uuid:" + _key_id);
-}
-
-void
MXFAsset::write_to_cpl (xmlpp::Element* node, bool interop) const
{
pair<string, string> const attr = cpl_node_attribute (interop);