X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=f2e92c61c411eb70ca7b24a7a92ec9da40b7e8bf;hp=59d0321f746545479f60a615e8ef8691c8105c84;hb=8b0ab0837ecdd5d28c7b6f31a605552f6942ca64;hpb=03d45daad787b8f2ced3070e80c4550bf4b02931 diff --git a/error.h b/error.h index 59d0321f..f2e92c61 100644 --- a/error.h +++ b/error.h @@ -252,13 +252,10 @@ extern const char **para_errlist[]; #define GRAB_CLIENT_ERRORS \ - PARA_ERROR(PEDANTIC_GRAB, "fd not ready and pedantic grab requested"), \ PARA_ERROR(GC_WRITE, "grab client write error"), \ PARA_ERROR(BAD_GC_SLOT, "invalid slot requested by grab client"), \ PARA_ERROR(BAD_GC_FILTER_NUM, "invalid filter number given"), \ PARA_ERROR(GC_SYNTAX, "grab client syntax error"), \ - PARA_ERROR(GC_HELP_GIVEN, ""), /* not really an error */ \ - PARA_ERROR(GC_VERSION_GIVEN, ""), /* not really an error */ \ #define MP3DEC_FILTER_ERRORS \