output_api: removed audio_output_get_name()

Use config_get_block_string("name") instead of audio_output_get_name().
This commit is contained in:
Max Kellermann
2009-02-25 17:32:58 +01:00
parent 4726c7f709
commit 0cf4f09e4f
6 changed files with 14 additions and 53 deletions

View File

@@ -25,8 +25,4 @@
#include "tag.h"
#include "conf.h"
struct audio_output;
const char *audio_output_get_name(const struct audio_output *ao);
#endif