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 | cb4918d06b2cd8568625e460107825f0268bf98e (patch) | |
tree | b65bac40b3c99455f97c6c10ead89c2ae07bf085 | |
parent | bd562bc38bd4810b10e72945c8c9833a0eebdf2e (diff) | |
download | openttd-cb4918d06b2cd8568625e460107825f0268bf98e.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 */ |