Remove ReelEncryptableAsset and tidy up a bit.
[libdcp.git] / src / reel_interop_subtitle_asset.cc
index 5b8cfcddfe72ae85783fd9bba70e6a013f952e0b..08ea4bb40a7b9565e67b30278b02bd1e515f1fd5 100644 (file)
@@ -60,15 +60,3 @@ ReelInteropSubtitleAsset::ReelInteropSubtitleAsset (std::shared_ptr<const cxml::
        node->done ();
 }
 
-
-xmlpp::Node *
-ReelInteropSubtitleAsset::write_to_cpl (xmlpp::Node* node, Standard standard) const
-{
-       auto asset = write_to_cpl_asset (node, standard, _hash);
-       if (_language) {
-               asset->add_child("Language")->add_child_text(*_language);
-       }
-       return asset;
-}
-
-