diff options
Diffstat (limited to '')
-rw-r--r-- | src/audio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audio.h b/src/audio.h index 0b7ecea88..6e8db5944 100644 --- a/src/audio.h +++ b/src/audio.h @@ -27,8 +27,6 @@ struct audio_format; struct tag; struct client; -int cmpAudioFormat(const struct audio_format *dest, const struct audio_format *src); - void getOutputAudioFormat(const struct audio_format *inFormat, struct audio_format *outFormat); |