diff options
| -rw-r--r-- | src/lib/dcp_content.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index 8a2e2050d..469021d96 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -191,7 +191,6 @@ DCPContent::examine (shared_ptr<const Film> film, shared_ptr<Job> job) ChangeSignaller<Content> cc_assets (this, DCPContentProperty::NEEDS_ASSETS); ChangeSignaller<Content> cc_kdm (this, DCPContentProperty::NEEDS_KDM); ChangeSignaller<Content> cc_name (this, DCPContentProperty::NAME); - ChangeSignaller<Content> cc_streams (this, AudioContentProperty::STREAMS); if (job) { job->set_progress_unknown (); @@ -210,7 +209,6 @@ DCPContent::examine (shared_ptr<const Film> film, shared_ptr<Job> job) } if (examiner->has_audio()) { - ChangeSignaller<Content> cc (this, AudioContentProperty::STREAMS); { boost::mutex::scoped_lock lm (_mutex); audio.reset (new AudioContent (this)); |
