summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-26 09:04:06 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-26 09:17:31 +0200
commitae6bee5100bb9ec4e7a3d5fa8538ca3eae38dc58 (patch)
tree5748e6d032a7a107a547e1ca2049f33a630b4a91 /src/defines.h
parent89116d61bd85e472a89062da4815a66b4b96e6b9 (diff)
messages: Move message_* functions to separate compilation unit
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/defines.h b/src/defines.h
index 0b6c4c26..ac74b937 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -304,23 +304,6 @@
/* Was 512... 256 quarks added for random artifacts */
/*
- * OPTION: Maximum number of messages to remember (see "io.c")
- * Default: assume maximal memorization of 2048 total messages
- */
-#define MESSAGE_MAX 2048
-
-#define MESSAGE_NONE 0
-#define MESSAGE_MSG 1
-
-/*
- * OPTION: Maximum space for the message text buffer (see "io.c")
- * Default: assume that each of the 2048 messages is repeated an
- * average of three times, and has an average length of 48
- */
-#define MESSAGE_BUF 32768
-
-
-/*
* Maximum value storable in a "byte" (hard-coded)
*/
#define MAX_UCHAR 255