aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm_convert.h
diff options
context:
space:
mode:
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 49dc64973..18a1dbc49 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