Give 'wrong target' KDM errors in a dialogue box rather than in the job manager ...
[dcpomatic.git] / src / lib / dcp.h
index b98dce5d4e3f277b489d41a6d2d5d49e7c75ad51..d449fdb39d8444e6cf0fc8d1e2b91bf1043d6ade 100644 (file)
@@ -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)