projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
bebec43
)
kill unused E_LIST_WRITERS_GIVEN
author
Andre
<maan@p133.(none)>
Tue, 18 Apr 2006 23:30:47 +0000
(
01:30
+0200)
committer
Andre
<maan@p133.(none)>
Tue, 18 Apr 2006 23:30:47 +0000
(
01:30
+0200)
error.h
patch
|
blob
|
history
diff --git
a/error.h
b/error.h
index
237978e
..
d0c3afc
100644
(file)
--- 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"), \