Remove ReelEncryptableAsset and tidy up a bit.
[libdcp.git] / src / reel_interop_subtitle_asset.h
index 41c4fa67a2e2ec00d36214916533940a4db2bfd2..83a7ab25d7f4c31bc2d19950fd02d05454f979dc 100644 (file)
@@ -57,8 +57,6 @@ public:
        std::shared_ptr<InteropSubtitleAsset> interop_asset () const {
                return std::dynamic_pointer_cast<InteropSubtitleAsset>(asset());
        }
-
-       xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard) const;
 };