Remove two unused error codes.
authorAndre Noll <maan@systemlinux.org>
Thu, 31 Mar 2011 09:36:49 +0000 (11:36 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 31 Mar 2011 09:36:49 +0000 (11:36 +0200)
error.h

diff --git a/error.h b/error.h
index de5dacf298667a9ccaf5708f921ddabcc8baf95b..fdd2d3b7b9b6b06f8e7ba0d6a457dc249c314b3e 100644 (file)
--- a/error.h
+++ b/error.h
@@ -273,7 +273,6 @@ extern const char **para_errlist[];
 
 #define AUDIOD_COMMAND_ERRORS \
        PARA_ERROR(CLIENT_WRITE, "client write error"), \
-       PARA_ERROR(AUDIOD_SYNTAX, "syntax error"), \
        PARA_ERROR(UCRED_PERM, "permission denied"), \
        PARA_ERROR(INVALID_AUDIOD_CMD, "invalid command"), \
        PARA_ERROR(TOO_MANY_CLIENTS, "maximal number of stat clients exceeded"), \
@@ -393,7 +392,6 @@ extern const char **para_errlist[];
 
 #define WRITE_ERRORS \
        PARA_ERROR(WRITE_SYNTAX, "para_write syntax error"), \
-       PARA_ERROR(NO_WAV_HEADER, "wave header not found"), \
 
 
 #define ALSA_WRITE_ERRORS \