diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-21 00:05:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-21 00:05:50 +0200 |
| commit | 83416808c0b1ca732e7a186d3811f1ec796fea08 (patch) | |
| tree | f18fde5c358212f5cb0c2ee12700d5b0081590d8 /src/lib/dcp.h | |
| parent | dda7d841eac2305379aa86d11249dbb4b98d5bb7 (diff) | |
Give 'wrong target' KDM errors in a dialogue box rather than in the job manager (part of #1161).
Diffstat (limited to 'src/lib/dcp.h')
| -rw-r--r-- | src/lib/dcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/dcp.h b/src/lib/dcp.h index b98dce5d4..d449fdb39 100644 --- a/src/lib/dcp.h +++ b/src/lib/dcp.h @@ -32,7 +32,6 @@ class DCP { public: std::list<boost::shared_ptr<dcp::CPL> > cpls () const; - dcp::DecryptedKDM decrypted_kdm () const; protected: explicit DCP (boost::shared_ptr<const DCPContent> content, bool tolerant) |
