Get rid of character arrays.
[umurmur.git] / src / messages.h
index 732cb87f48b445f1c0d818724be453591d8e054f..9aebc4b6574f8066b8bd957f708b1d5f2a3d6f95 100644 (file)
@@ -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