Add FilmViewer::time_until_next_frame.
[dcpomatic.git] / src / wx / timeline_text_content_view.cc
index 934bf1fc4be12eb812da60a0a9253d08bf99536d..1345ea5e49457950f4abea14fc9ef571285dfa7d 100644 (file)
@@ -54,7 +54,5 @@ TimelineTextContentView::foreground_colour () const
 bool
 TimelineTextContentView::active () const
 {
-       shared_ptr<Content> c = _content.lock ();
-       DCPOMATIC_ASSERT (c);
        return _caption->use();
 }