summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-09 14:46:50 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-09 14:46:50 +0100
commit9f047a1db33a1beeab4099d91fc52da4b0cdd92d (patch)
treeeb30b58c9df6d73f0bf8b0556ff2b2bde599afb6 /src/lib/util.h
parent644bb89cb752eb89d639e16ee0bff70d25a75750 (diff)
Subtitle naming fixes.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 957453fb7..f908d4fed 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -104,7 +104,6 @@ extern void write_frame_info (FILE* file, int frame, Eyes eyes, dcp::FrameInfo i
extern std::map<std::string, std::string> split_get_request (std::string url);
extern std::string video_asset_filename (boost::shared_ptr<dcp::PictureAsset> asset);
extern std::string audio_asset_filename (boost::shared_ptr<dcp::SoundAsset> asset);
-extern std::string subtitle_content_filename (boost::shared_ptr<dcp::SubtitleAsset> content);
#endif