From b24bb7076d80108eb63ab595a3b787f70023f377 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 16 Jun 2013 18:33:19 +0200 Subject: audio/out: remove wrapper for old AOs It's unused now. --- audio/out/ao.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'audio/out/ao.h') diff --git a/audio/out/ao.h b/audio/out/ao.h index d908841457..0e004572a6 100644 --- a/audio/out/ao.h +++ b/audio/out/ao.h @@ -127,14 +127,4 @@ bool ao_chmap_sel_adjust(struct ao *ao, const struct mp_chmap_sel *s, bool ao_chmap_sel_get_def(struct ao *ao, const struct mp_chmap_sel *s, struct mp_chmap *map, int num); -int old_ao_control(struct ao *ao, enum aocontrol cmd, void *arg); -int old_ao_init(struct ao *ao, char *params); -void old_ao_uninit(struct ao *ao, bool cut_audio); -void old_ao_reset(struct ao*ao); -int old_ao_get_space(struct ao *ao); -int old_ao_play(struct ao *ao, void *data, int len, int flags); -float old_ao_get_delay(struct ao *ao); -void old_ao_pause(struct ao *ao); -void old_ao_resume(struct ao *ao); - #endif /* MPLAYER_AUDIO_OUT_H */ -- cgit v1.2.3