From 08471ab23c0abdf0ddd7ff836a15bd81fbce7520 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 14 Sep 2022 20:12:10 +0200 Subject: [PATCH] Remove unused error code MOOD_SYNTAX. The error code became unused when version 1 moods were removed. Fixes: 184ea897a9b446611a9d02315160b6d77c0926fe --- error.h | 1 - 1 file changed, 1 deletion(-) 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"), \ -- 2.39.2