diff options
Diffstat (limited to 'src/lib/dcpomatic_time.cc')
| -rw-r--r-- | src/lib/dcpomatic_time.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/dcpomatic_time.cc b/src/lib/dcpomatic_time.cc index 28f766074..49309b1d2 100644 --- a/src/lib/dcpomatic_time.cc +++ b/src/lib/dcpomatic_time.cc @@ -88,15 +88,3 @@ operator<< (ostream& s, DCPTime t) s << "[DCP " << t.get() << " " << t.seconds() << "s]"; return s; } - -bool -ContentTimePeriod::overlaps (ContentTimePeriod const & other) const -{ - return (from < other.to && to > other.from); -} - -bool -ContentTimePeriod::contains (ContentTime const & other) const -{ - return (from <= other && other < to); -} |
