summaryrefslogtreecommitdiff
path: root/src/lib/video_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/video_content.h
parentcb9183ee1165802bf81c2d6c8ced860c4da718f9 (diff)
Remove join function; the code is long and I don't think anybody
uses it.
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index 774210c13..1fc87bb9b 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2018 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -52,7 +52,6 @@ class VideoContent : public ContentPart, public boost::enable_shared_from_this<V
{
public:
explicit VideoContent (Content* parent);
- VideoContent (Content* parent, std::vector<boost::shared_ptr<Content> >);
void as_xml (xmlpp::Node *) const;
std::string technical_summary () const;