X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fmessages.h;h=9aebc4b6574f8066b8bd957f708b1d5f2a3d6f95;hb=ccdcbaf61751aa59a4afb6828c513bedf11dcd37;hp=732cb87f48b445f1c0d818724be453591d8e054f;hpb=dd433dd7c2060728c6f51c15c9e822aa26f503d8;p=umurmur.git diff --git a/src/messages.h b/src/messages.h index 732cb87..9aebc4b 100644 --- a/src/messages.h +++ b/src/messages.h @@ -41,9 +41,6 @@ #define PROTVER_PATCH 0 #define PROTOCOL_VERSION ((PROTVER_MAJOR << 16) | (PROTVER_MINOR << 8) | (PROTVER_PATCH)) -#define MAX_TEXT 512 - - #define PERM_NONE 0x0 #define PERM_WRITE 0x1 #define PERM_TRAVERSE 0x2