Cleanup: remove unused method.
[dcpomatic.git] / src / lib / audio_content.cc
index bd857b313d418da8fcc674ee25f8abd3ed8f3221..be81d46d618e6c884dc30650fa01f9eccc6bfeff 100644 (file)
@@ -351,18 +351,6 @@ AudioContent::add_properties (shared_ptr<const Film> film, list<UserProperty>& p
 }
 
 
-void
-AudioContent::set_streams (vector<AudioStreamPtr> streams)
-{
-       ContentChangeSignaller cc (_parent, AudioContentProperty::STREAMS);
-
-       {
-               boost::mutex::scoped_lock lm (_mutex);
-               _streams = streams;
-       }
-}
-
-
 AudioStreamPtr
 AudioContent::stream () const
 {