X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=2e32c24044bd074cc9e311903adde6d85ac5a4c0;hp=564f1339dd9b51e4d0c4fc034c65d2aa6a7c6187;hb=32e646780461f96682d1191d31e08e4602ab125e;hpb=54cf5827521ddf1d4be9bed2da196ca58e773e4e diff --git a/error.h b/error.h index 564f1339..2e32c240 100644 --- 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 \