diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-08 14:38:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-08 14:38:13 +0200 |
| commit | 49e82c61e532c842ddaeb67d7c51fc5778e9345a (patch) | |
| tree | f31062ceff5c430278b9ec457593564e890ee639 /src/subtitle_asset.h | |
| parent | 489b8402e49de7ddd8e40f0fd65951db55ef9d57 (diff) | |
Remove unused method.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index e1ca5d15..42030288 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -106,7 +106,6 @@ public: ) const override; std::vector<std::shared_ptr<const Subtitle>> subtitles_during (Time from, Time to, bool starting) const; - std::vector<std::shared_ptr<const Subtitle>> subtitles_in_reel(std::shared_ptr<const dcp::ReelAsset> asset) const; std::vector<std::shared_ptr<const Subtitle>> subtitles () const; virtual void add (std::shared_ptr<Subtitle>); |
