]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Remove unused error code MOOD_SYNTAX.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 14 Sep 2022 18:12:10 +0000 (20:12 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Sep 2022 17:15:21 +0000 (19:15 +0200)
The error code became unused when version 1 moods were removed.

Fixes: 184ea897a9b446611a9d02315160b6d77c0926fe
error.h

diff --git a/error.h b/error.h
index f119b87ec828b0d99a1dcddd6ff2f85dbb244b2f..a644b96777db3ea27803d870babe49b0e744de4b 100644 (file)
--- a/error.h
+++ b/error.h
        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"), \