summaryrefslogtreecommitdiff
path: root/order_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-10-28 12:12:20 +0000
committertron <tron@openttd.org>2006-10-28 12:12:20 +0000
commitcb4918d06b2cd8568625e460107825f0268bf98e (patch)
treeb65bac40b3c99455f97c6c10ead89c2ae07bf085 /order_cmd.c
parentbd562bc38bd4810b10e72945c8c9833a0eebdf2e (diff)
downloadopenttd-cb4918d06b2cd8568625e460107825f0268bf98e.tar.xz
(svn r6990) Remove stuff forgotten in r6980
Diffstat (limited to 'order_cmd.c')
-rw-r--r--order_cmd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/order_cmd.c b/order_cmd.c
index 59cec1ac8..20966a084 100644
--- a/order_cmd.c
+++ b/order_cmd.c
@@ -16,12 +16,6 @@
#include "saveload.h"
#include "vehicle_gui.h"
-enum {
- /* Max orders: 64000 (64 * 1000) */
- ORDER_POOL_BLOCK_SIZE_BITS = 6, /* In bits, so (1 << 6) == 64 */
- ORDER_POOL_MAX_BLOCKS = 1000,
-};
-
/**
* Called if a new block is added to the order-pool
*/