diff options
author | tron <tron@openttd.org> | 2006-10-28 12:12:20 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-10-28 12:12:20 +0000 |
commit | bdf255ed2b2969c0fc8a90653ee7f6ddc7f9653e (patch) | |
tree | b65bac40b3c99455f97c6c10ead89c2ae07bf085 | |
parent | 45bef5f7426dc873acec15c9d13f0d413a613ae4 (diff) | |
download | openttd-bdf255ed2b2969c0fc8a90653ee7f6ddc7f9653e.tar.xz |
(svn r6990) Remove stuff forgotten in r6980
-rw-r--r-- | order_cmd.c | 6 |
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 */ |