From: Andre Noll Date: Thu, 31 Mar 2011 09:36:49 +0000 (+0200) Subject: Remove two unused error codes. X-Git-Tag: v0.4.6~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7b3475e9effddf6de8ff282f0084c7a7bee100d6 Remove two unused error codes. --- 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 \