From: Andre Noll Date: Wed, 14 Sep 2022 18:12:10 +0000 (+0200) Subject: Remove unused error code MOOD_SYNTAX. X-Git-Tag: v0.7.1~4 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=08471ab23c0abdf0ddd7ff836a15bd81fbce7520;p=paraslash.git Remove unused error code MOOD_SYNTAX. The error code became unused when version 1 moods were removed. Fixes: 184ea897a9b446611a9d02315160b6d77c0926fe --- diff --git a/error.h b/error.h index f119b87e..a644b967 100644 --- a/error.h +++ b/error.h @@ -131,7 +131,6 @@ PARA_ERROR(MAKESOCK, "makesock error"), \ PARA_ERROR(MAX_CLIENTS, "maximal number of clients exceeded"), \ PARA_ERROR(MISSING_COLON, "syntax error: missing colon"), \ - PARA_ERROR(MOOD_SYNTAX, "mood syntax error"), \ PARA_ERROR(MOOD_PARSE, "mood parse error"), \ PARA_ERROR(MP3DEC_CORRUPT, "too many corrupt frames"), \ PARA_ERROR(MP3DEC_EOF, "mp3dec: end of file"), \