aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_convert.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-17 19:26:32 +0100
committerMax Kellermann <max@duempel.org>2009-02-17 19:26:32 +0100
commit656d5c9c7b28609b081e545abd39a0aabfe3d8eb (patch)
tree42325cc16b318de3dbd597090488f54dbb010e38 /src/pcm_convert.h
parentac3e2de28b4ff951306f669810e5e4269cfefb28 (diff)
pcm_convert: removed pcm_convert_size()
The function is unused, since we added the pcm_buffer library.
Diffstat (limited to 'src/pcm_convert.h')
-rw-r--r--src/pcm_convert.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pcm_convert.h b/src/pcm_convert.h
index 49dc6497..18a1dbc4 100644
--- a/src/pcm_convert.h
+++ b/src/pcm_convert.h
@@ -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