diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-24 20:51:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-24 20:51:55 +0100 |
| commit | 2916e11fbd6d4da6c2b62ef404a087e115296005 (patch) | |
| tree | 29de676ca248d9d391693347374181b5ec98b1e1 /src | |
| parent | a3aa0f8ee813656b255c24d23f4570ef56e7fca2 (diff) | |
Remove unused variable; add comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/kdm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
