summaryrefslogtreecommitdiff
path: root/order_cmd.c
diff options
context:
space:
mode:
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
*/