summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-24 20:51:55 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-24 20:51:55 +0100
commit2916e11fbd6d4da6c2b62ef404a087e115296005 (patch)
tree29de676ca248d9d391693347374181b5ec98b1e1 /src
parenta3aa0f8ee813656b255c24d23f4570ef56e7fca2 (diff)
Remove unused variable; add comment.
Diffstat (limited to 'src')
-rw-r--r--src/kdm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdm.h b/src/kdm.h
index c594ecfb..ffcb65a7 100644
--- a/src/kdm.h
+++ b/src/kdm.h
@@ -109,7 +109,7 @@ public:
void as_xml (boost::filesystem::path) const;
private:
- std::string _message_id;
+ /** Unencrypted MXF content keys */
std::list<KDMKey> _keys;
boost::shared_ptr<xml::DCinemaSecurityMessage> xml_kdm;