X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;fp=error.h;h=404bdf426d8f6fa69e7804381589c25ac262be98;hb=56330d8f7795979211591bb54273c59beeb45327;hp=d10ac76abcaa669abb381b07325040338b85c100;hpb=fc8dfbb416ff07cca08fbf4e13efcaa25e17cc54;p=paraslash.git diff --git a/error.h b/error.h index d10ac76a..404bdf42 100644 --- a/error.h +++ b/error.h @@ -56,7 +56,6 @@ PARA_ERROR(BAD_BAND, "invalid or unexpected band designator"), \ PARA_ERROR(BAD_CHANNEL_COUNT, "channel count not supported"), \ PARA_ERROR(BAD_CHANNEL, "invalid channel"), \ - PARA_ERROR(BAD_CONFIG, "syntax error in config file"), \ PARA_ERROR(BAD_CT, "invalid chunk table or bad FEC configuration"), \ PARA_ERROR(BAD_FEATURE, "invalid feature request"), \ PARA_ERROR(BAD_FEC_HEADER, "invalid fec header"), \ @@ -154,7 +153,6 @@ PARA_ERROR(NO_AFHI, "audio format handler info required"), \ PARA_ERROR(NO_ATTRIBUTES, "no attributes defined yet"), \ PARA_ERROR(NO_AUDIO_FILE, "no audio file"), \ - PARA_ERROR(NO_CONFIG, "config file not found"), \ PARA_ERROR(NOFD, "did not receive open fd from afs"), \ PARA_ERROR(NO_FILTERS, "at least one filter must be given"), \ PARA_ERROR(NO_MATCH, "no matches"), \