From 7b3475e9effddf6de8ff282f0084c7a7bee100d6 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 31 Mar 2011 11:36:49 +0200 Subject: [PATCH 1/1] Remove two unused error codes. --- error.h | 2 -- 1 file changed, 2 deletions(-) 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 \ -- 2.39.2