Remove opus_dred_init()

This commit is contained in:
Jean-Marc Valin 2023-05-13 00:56:00 -04:00
parent 1312642f08
commit ebfa29c7e1
No known key found for this signature in database
GPG key ID: 531A52533318F00A
3 changed files with 0 additions and 23 deletions

View file

@ -516,8 +516,6 @@ OPUS_EXPORT void opus_decoder_destroy(OpusDecoder *st);
OPUS_EXPORT int opus_dred_get_size(void);
OPUS_EXPORT int opus_dred_init(OpusDRED *dec);
OPUS_EXPORT OpusDRED *opus_dred_create(int *error);
OPUS_EXPORT void opus_dred_destroy(OpusDRED *dec);