From 18a11ac88390784a19c21093d05c39c328366b5f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 1 Jan 2014 16:53:04 +0000 Subject: Remove unused method. --- src/lib/content.cc | 9 --------- src/lib/content.h | 2 -- 2 files changed, 11 deletions(-) (limited to 'src/lib') diff --git a/src/lib/content.cc b/src/lib/content.cc index fa0031abf..ab666db3c 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -206,15 +206,6 @@ Content::length_after_trim () const return full_length() - trim_start() - trim_end(); } -/** @param t A time relative to the start of this content (not the position). - * @return true if this time is trimmed by our trim settings. - */ -bool -Content::trimmed (DCPTime t) const -{ - return (t < trim_start() || t > (full_length() - trim_end ())); -} - /** @return string which includes everything about how this content affects * its playlist. */ diff --git a/src/lib/content.h b/src/lib/content.h index 965b33b22..3172b9c8d 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -126,8 +126,6 @@ public: _change_signals_frequent = f; } - bool trimmed (DCPTime) const; - boost::signals2::signal, int, bool)> Changed; protected: -- cgit v1.2.3