summaryrefslogtreecommitdiffstats
path: root/audio/chmap_sel.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-07 15:22:30 +0100
committerwm4 <wm4@nowhere>2015-11-07 15:22:30 +0100
commit2dc18a2f82ad2f2a7fa1d97978cab9fc58d7a450 (patch)
tree38455a226e521f23db837b046ae6ff2ce04965c8 /audio/chmap_sel.h
parenta7f51f8fd48df7f04f47b515180338f8b9b78fed (diff)
downloadmpv-2dc18a2f82ad2f2a7fa1d97978cab9fc58d7a450.tar.bz2
mpv-2dc18a2f82ad2f2a7fa1d97978cab9fc58d7a450.tar.xz
chmap: remove MPlayer layouts
Unused; last uses removed with the previous two commits.
Diffstat (limited to 'audio/chmap_sel.h')
-rw-r--r--audio/chmap_sel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/chmap_sel.h b/audio/chmap_sel.h
index 786f06f239..12ded3b466 100644
--- a/audio/chmap_sel.h
+++ b/audio/chmap_sel.h
@@ -37,7 +37,6 @@ struct mp_chmap_sel {
void mp_chmap_sel_add_any(struct mp_chmap_sel *s);
void mp_chmap_sel_add_waveext(struct mp_chmap_sel *s);
void mp_chmap_sel_add_waveext_def(struct mp_chmap_sel *s);
-void mp_chmap_sel_add_alsa_def(struct mp_chmap_sel *s);
void mp_chmap_sel_add_map(struct mp_chmap_sel *s, const struct mp_chmap *map);
void mp_chmap_sel_add_speaker(struct mp_chmap_sel *s, int id);
bool mp_chmap_sel_adjust(const struct mp_chmap_sel *s, struct mp_chmap *map);