From 548cd826c24b7f56b597785f0b83a47cbf4a0465 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 4 May 2015 23:54:53 +0200 Subject: audio: drop unused function --- audio/chmap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/chmap.h') diff --git a/audio/chmap.h b/audio/chmap.h index 9ec1c12d7b..1ae4fb0697 100644 --- a/audio/chmap.h +++ b/audio/chmap.h @@ -98,7 +98,6 @@ bool mp_chmap_is_empty(const struct mp_chmap *src); bool mp_chmap_is_unknown(const struct mp_chmap *src); bool mp_chmap_equals(const struct mp_chmap *a, const struct mp_chmap *b); bool mp_chmap_equals_reordered(const struct mp_chmap *a, const struct mp_chmap *b); -bool mp_chmap_is_compatible(const struct mp_chmap *a, const struct mp_chmap *b); bool mp_chmap_is_stereo(const struct mp_chmap *src); void mp_chmap_reorder_norm(struct mp_chmap *map); -- cgit v1.2.3