From: Andre Noll Date: Sun, 7 Nov 2021 21:39:16 +0000 (+0100) Subject: Remove unused error code E_OGG_STREAM_FLUSH. X-Git-Tag: v0.7.0~20 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7196e1a81b02d147dd43011a0762fd04397acdc6;hp=58b6ec35d9ae7914c27883dde9794a9270a8e711 Remove unused error code E_OGG_STREAM_FLUSH. The last user was removed four years ago. Fixes: c8466194a4842e319abdedfb38ddc93630e25471 --- diff --git a/error.h b/error.h index fe44ff5c..c1e7b973 100644 --- a/error.h +++ b/error.h @@ -166,7 +166,6 @@ 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"), \