diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-06-01 00:27:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-06-01 00:27:57 +0100 |
| commit | b68fb4c103b5580509070c7733d3ae7deb46c3ce (patch) | |
| tree | 32f0c602e1ff5666d6c7dde77ab0d8bcb56b87ab /src/wx/timeline_text_content_view.cc | |
| parent | dfb23250338ceccbe0fc4e405db6e4df4875a225 (diff) | |
Basics of allowing video parts of FFmpegContent to be disabled (#1355 and others).
Diffstat (limited to 'src/wx/timeline_text_content_view.cc')
| -rw-r--r-- | src/wx/timeline_text_content_view.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/timeline_text_content_view.cc b/src/wx/timeline_text_content_view.cc index 934bf1fc4..1345ea5e4 100644 --- a/src/wx/timeline_text_content_view.cc +++ b/src/wx/timeline_text_content_view.cc @@ -54,7 +54,5 @@ TimelineTextContentView::foreground_colour () const bool TimelineTextContentView::active () const { - shared_ptr<Content> c = _content.lock (); - DCPOMATIC_ASSERT (c); return _caption->use(); } |
