From: Andre Date: Tue, 18 Apr 2006 23:30:47 +0000 (+0200) Subject: kill unused E_LIST_WRITERS_GIVEN X-Git-Tag: v0.2.12~63 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=850791c25b352396d11a1ca658fb735d057c9e57 kill unused E_LIST_WRITERS_GIVEN --- diff --git a/error.h b/error.h index 237978eb..d0c3afc2 100644 --- a/error.h +++ b/error.h @@ -304,7 +304,6 @@ extern const char **para_errlist[]; PARA_ERROR(READ_STDIN, "failed to read from stdin"), \ PARA_ERROR(WRITE_SYNTAX, "para_write syntax error"), \ PARA_ERROR(WRITE_OVERRUN, "buffer overrun"), \ - PARA_ERROR(LIST_WRITERS_GIVEN, ""), \ PARA_ERROR(PREMATURE_END, "premature end of audio file"), \