X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=fdd2d3b7b9b6b06f8e7ba0d6a457dc249c314b3e;hb=65a0002eb560b7248cbb0b4f143d00053b66bccc;hp=de5dacf298667a9ccaf5708f921ddabcc8baf95b;hpb=64a9cf5877ab9ecf6410596d657914f26830d3f7;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 \