X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=fdd2d3b7b9b6b06f8e7ba0d6a457dc249c314b3e;hb=290d89f17769d1ad8fe9abb5e432939268f74f1a;hp=de5dacf298667a9ccaf5708f921ddabcc8baf95b;hpb=e6cab9cf4badec449aebef40d47078201a52f48a;p=paraslash.git diff --git a/error.h b/error.h index de5dacf2..fdd2d3b7 100644 --- 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 \