diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-05 15:24:36 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-05 15:24:36 +0200 |
| commit | 5d6c87f482cec7049107f8d32c2c49e79e4819d7 (patch) | |
| tree | d1a67553ace20964fe32481d9ac36c66d1bacc36 /src/lib/kdm_with_metadata.h | |
| parent | f6608b815d3f374370730098dbc54104099df721 (diff) | |
Set 'i' earlier in name_values.
Diffstat (limited to 'src/lib/kdm_with_metadata.h')
| -rw-r--r-- | src/lib/kdm_with_metadata.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/kdm_with_metadata.h b/src/lib/kdm_with_metadata.h index c2a13fced..e7b3c23ba 100644 --- a/src/lib/kdm_with_metadata.h +++ b/src/lib/kdm_with_metadata.h @@ -42,7 +42,6 @@ public: virtual std::string kdm_as_xml () const = 0; virtual void kdm_as_xml (boost::filesystem::path out) const = 0; - virtual std::string kdm_id () const = 0; dcp::NameFormat::Map const& name_values () const { return _name_values; @@ -121,10 +120,6 @@ public: return kdm.as_xml (out); } - std::string kdm_id () const { - return kdm.cpl_id (); - } - dcp::EncryptedKDM kdm; }; @@ -145,10 +140,6 @@ public: return kdm.as_xml (out); } - std::string kdm_id () const { - return kdm.id (); - } - EncryptedECinemaKDM kdm; }; #endif |
