summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-12 16:22:09 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-18 11:50:29 +0100
commitcb5164d75c51275f185425e23a2622d354086f12 (patch)
tree985c89c8ca2e74ad15cfcf01d97c10fbb6306b7c /src/lib/video_content.h
parentfa369ef1db0e9f68fdc0145f86ce15446a750af5 (diff)
Remove unused constructor.
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index f672e37b5..8e2081e3a 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -44,7 +44,6 @@ class VideoContent : public virtual Content
{
public:
VideoContent (boost::shared_ptr<const Film>);
- VideoContent (boost::shared_ptr<const Film>, DCPTime, Frame);
VideoContent (boost::shared_ptr<const Film>, boost::filesystem::path);
VideoContent (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int);
VideoContent (boost::shared_ptr<const Film>, std::vector<boost::shared_ptr<Content> >);