summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-20 21:28:29 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-20 21:28:29 +0100
commitbd5e8b83a3a18787241982efdae809d4db21f65d (patch)
tree7aeabb1f4c3094107713f0f2b068c242a76c6469 /src/lib/ffmpeg_content.h
parentcb9183ee1165802bf81c2d6c8ced860c4da718f9 (diff)
Remove join function; the code is long and I don't think anybody
uses it.
Diffstat (limited to 'src/lib/ffmpeg_content.h')
-rw-r--r--src/lib/ffmpeg_content.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h
index 64f6f9ff8..21f5d4680 100644
--- a/src/lib/ffmpeg_content.h
+++ b/src/lib/ffmpeg_content.h
@@ -48,7 +48,6 @@ class FFmpegContent : public Content
public:
FFmpegContent (boost::shared_ptr<const Film>, boost::filesystem::path);
FFmpegContent (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int version, std::list<std::string> &);
- FFmpegContent (boost::shared_ptr<const Film>, std::vector<boost::shared_ptr<Content> >);
boost::shared_ptr<FFmpegContent> shared_from_this () {
return boost::dynamic_pointer_cast<FFmpegContent> (Content::shared_from_this ());