]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Remove unused error code E_OGG_STREAM_FLUSH.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 Nov 2021 21:39:16 +0000 (22:39 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 Nov 2021 21:41:29 +0000 (22:41 +0100)
The last user was removed four years ago.

Fixes: c8466194a4842e319abdedfb38ddc93630e25471
error.h

diff --git a/error.h b/error.h
index fe44ff5c50487744881ea1d21d1007528a2ecd70..c1e7b9735a0ecc09d959814618eb96345eaa490d 100644 (file)
--- a/error.h
+++ b/error.h
        PARA_ERROR(OGGDEC_VERSION, "vorbis version mismatch"), \
        PARA_ERROR(OGG_EMPTY, "no ogg pages found"), \
        PARA_ERROR(OGG_PACKET_IN, "ogg_stream_packetin() failed"), \
-       PARA_ERROR(OGG_STREAM_FLUSH, "ogg_stream_flush() failed"), \
        PARA_ERROR(OGG_SYNC, "internal ogg storage overflow"), \
        PARA_ERROR(OPENSSH_PARSE, "could not parse openssh private key"), \
        PARA_ERROR(OPUS_COMMENT, "invalid or corrupted opus comment"), \