summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-23 00:24:09 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-23 00:24:09 +0000
commite13e5cd4cfda39b0a0b77ed8036e14e15f93ec2e (patch)
tree7580c93f98c2afbebdc0915b5ed9a000be533cbb /src/lib/film.h
parentdf30165f29beb41078b1a17894ee1ef5327abc20 (diff)
Move make_default into AudioMapping.
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 4656da9de..3fb24af93 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -155,11 +155,6 @@ public:
std::string subtitle_language () const;
- void make_audio_mapping_default (
- AudioMapping & mapping,
- boost::optional<boost::filesystem::path> filename = boost::optional<boost::filesystem::path> ()
- ) const;
-
std::vector<std::string> audio_output_names () const;
void repeat_content (ContentList, int);