summaryrefslogtreecommitdiff
path: root/src/lib/audio_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-05 01:38:50 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-05 17:09:05 +0100
commitef207d932aff9e873766861e373e4c910ea161da (patch)
tree481a461e43e1ca47dae9f13e38f9e819fb407409 /src/lib/audio_content.h
parent5b27df19b23123995f812ed5624410d2d939223a (diff)
Cleanup: remove unused method.
Diffstat (limited to 'src/lib/audio_content.h')
-rw-r--r--src/lib/audio_content.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h
index 18f826ee6..084871c8b 100644
--- a/src/lib/audio_content.h
+++ b/src/lib/audio_content.h
@@ -96,7 +96,6 @@ public:
void add_stream (AudioStreamPtr stream);
void set_stream (AudioStreamPtr stream);
- void set_streams (std::vector<AudioStreamPtr> streams);
AudioStreamPtr stream () const;
void add_properties (std::shared_ptr<const Film> film, std::list<UserProperty> &) const;