summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-16 08:36:47 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-16 08:36:47 +0100
commit21ce34c2cd04a2e7e133ff693b84c054182f4f91 (patch)
tree5bda50a34b2fa7526dcd682578247f75a85d26b1 /src/lib/video_content.h
parent0db016f90ae722fc8b72d465e21d9f153f72b340 (diff)
Compiles; strange hang on adding content to a film.
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 b2ec87e2b..75e507d4d 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -42,7 +42,6 @@ public:
void as_xml (xmlpp::Node *) const;
virtual std::string information () const;
- Time temporal_length () const;
ContentVideoFrame video_length () const {
boost::mutex::scoped_lock lm (_mutex);