summaryrefslogtreecommitdiff
path: root/src/lib/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-21 00:05:50 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-21 00:05:50 +0200
commit83416808c0b1ca732e7a186d3811f1ec796fea08 (patch)
treef18fde5c358212f5cb0c2ee12700d5b0081590d8 /src/lib/dcp.h
parentdda7d841eac2305379aa86d11249dbb4b98d5bb7 (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.h1
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)