X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=c72bdae4fd12cc1df36f96f9ca9ba1678affb66a;hp=805077530168b4605578e290248a303335651bd0;hb=5cbd764b2e3dc5c2e3c974ec528f91a03fca366d;hpb=741023c2fdff99a9402939fe5e5cafad4ac08df3 diff --git a/error.h b/error.h index 80507753..c72bdae4 100644 --- a/error.h +++ b/error.h @@ -135,7 +135,6 @@ 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(INVALID_GRAB_MODE, "invalid grab client mode"), \ 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"), \