Merge branch 't/crypt_cleanups'
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 564f1339dd9b51e4d0c4fc034c65d2aa6a7c6187..2e32c24044bd074cc9e311903adde6d85ac5a4c0 100644 (file)
--- a/error.h
+++ b/error.h
@@ -272,7 +272,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"), \
@@ -392,7 +391,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 \