From bd5e8b83a3a18787241982efdae809d4db21f65d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 20 Jul 2018 21:28:29 +0100 Subject: Remove join function; the code is long and I don't think anybody uses it. --- src/lib/content.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/content.h') diff --git a/src/lib/content.h b/src/lib/content.h index 7ff20e96c..1e594e136 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -67,7 +67,6 @@ public: Content (boost::shared_ptr, DCPTime); Content (boost::shared_ptr, boost::filesystem::path); Content (boost::shared_ptr, cxml::ConstNodePtr); - Content (boost::shared_ptr, std::vector >); virtual ~Content () {} /** Examine the content to establish digest, frame rates and any other -- cgit v1.2.3