pcm_convert: removed pcm_convert_size()

The function is unused, since we added the pcm_buffer library.
This commit is contained in:
Max Kellermann
2009-02-17 19:26:32 +01:00
parent ac3e2de28b
commit 656d5c9c7b
2 changed files with 0 additions and 20 deletions
-3
View File
@@ -48,7 +48,4 @@ pcm_convert(struct pcm_convert_state *state,
const struct audio_format *dest_format,
size_t *dest_size_r);
size_t pcm_convert_size(const struct audio_format *inFormat, size_t inSize,
const struct audio_format *outFormat);
#endif