changeset 4987:2a56e03c05ce draft

(svn r6990) Remove stuff forgotten in r6980
author tron <tron@openttd.org>
date Sat, 28 Oct 2006 12:12:20 +0000
parents 7ed4455fcba7
children f8daec31d071
files order_cmd.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
  */