diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-09 14:46:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-09 14:46:50 +0100 |
| commit | 9f047a1db33a1beeab4099d91fc52da4b0cdd92d (patch) | |
| tree | eb30b58c9df6d73f0bf8b0556ff2b2bde599afb6 /src/lib/util.cc | |
| parent | 644bb89cb752eb89d639e16ee0bff70d25a75750 (diff) | |
Subtitle naming fixes.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index b662f8679..656cf9f4d 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -686,9 +686,3 @@ audio_asset_filename (shared_ptr<dcp::SoundAsset> asset) { return "pcm_" + asset->id() + ".mxf"; } - -string -subtitle_content_filename (shared_ptr<dcp::SubtitleAsset> asset) -{ - return "sub_" + asset->id() + ".xml"; -} |
