summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-13 23:36:22 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-13 23:36:22 +0200
commit488e3d1bd5e6b17d49f6db4df14c64f4b64db89b (patch)
tree641fcf167b845df6eca68c54fdf1110a7a07a739 /src/cpl.h
parent51ae14c7e304d4fbc8d7524d584f3f4762d51f67 (diff)
Remove ReelEncryptableAsset and tidy up a bit.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 03e35a4e..246233c1 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -59,7 +59,6 @@ struct verify_invalid_language3;
namespace dcp {
-class ReelEncryptableAsset;
class ReelFileAsset;
class Reel;
class MXFMetadata;
@@ -104,10 +103,6 @@ public:
std::vector<std::shared_ptr<const ReelFileAsset>> reel_file_assets () const;
std::vector<std::shared_ptr<ReelFileAsset>> reel_file_assets ();
- /** @return the ReelEncryptableAssets in this CPL in all reels */
- std::vector<std::shared_ptr<const ReelEncryptableAsset>> reel_encryptable_assets () const;
- std::vector<std::shared_ptr<ReelEncryptableAsset>> reel_encryptable_assets ();
-
/** @return true if we have any encrypted content */
bool any_encrypted () const;