summaryrefslogtreecommitdiff
path: root/src/xml/kdm_smpte.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/kdm_smpte.cc')
-rw-r--r--src/xml/kdm_smpte.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/xml/kdm_smpte.cc b/src/xml/kdm_smpte.cc
index 00d84005..d56d6c2c 100644
--- a/src/xml/kdm_smpte.cc
+++ b/src/xml/kdm_smpte.cc
@@ -63,12 +63,6 @@ DCinemaSecurityMessage::as_xml () const
return writer.document;
}
-AuthenticatedPublic::AuthenticatedPublic ()
- : message_id ("urn:uuid:" + make_uuid ())
-{
-
-}
-
AuthenticatedPublic::AuthenticatedPublic (shared_ptr<const cxml::Node> node)
: message_id (node->string_child ("MessageId"))
, message_type (node->string_child ("MessageType"))