summaryrefslogtreecommitdiff
path: root/src/lib/content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/content.cc')
-rw-r--r--src/lib/content.cc9
1 files changed, 0 insertions, 9 deletions
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.
*/