diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-13 23:36:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-13 23:36:22 +0200 |
| commit | 488e3d1bd5e6b17d49f6db4df14c64f4b64db89b (patch) | |
| tree | 641fcf167b845df6eca68c54fdf1110a7a07a739 /src/reel_interop_subtitle_asset.h | |
| parent | 51ae14c7e304d4fbc8d7524d584f3f4762d51f67 (diff) | |
Remove ReelEncryptableAsset and tidy up a bit.
Diffstat (limited to 'src/reel_interop_subtitle_asset.h')
| -rw-r--r-- | src/reel_interop_subtitle_asset.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/reel_interop_subtitle_asset.h b/src/reel_interop_subtitle_asset.h index 41c4fa67..83a7ab25 100644 --- a/src/reel_interop_subtitle_asset.h +++ b/src/reel_interop_subtitle_asset.h @@ -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; }; |
