diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-12 16:22:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | cb5164d75c51275f185425e23a2622d354086f12 (patch) | |
| tree | 985c89c8ca2e74ad15cfcf01d97c10fbb6306b7c /src/lib/video_content.h | |
| parent | fa369ef1db0e9f68fdc0145f86ce15446a750af5 (diff) | |
Remove unused constructor.
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 1 |
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> >); |
