From 02ae75b380ee26b7c12837b28f753894522fb0a6 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 28 Oct 2006 11:54:53 +0000 Subject: [PATCH] (svn r6985) Remove stuff forgotten in r6984 --- station_cmd.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/station_cmd.c b/station_cmd.c index 4860a3c88d..cedc7c3b47 100644 --- a/station_cmd.c +++ b/station_cmd.c @@ -33,12 +33,6 @@ #include "yapf/yapf.h" #include "date.h" -enum { - /* Max roadstops: 64000 (32 * 2000) */ - ROADSTOP_POOL_BLOCK_SIZE_BITS = 5, /* In bits, so (1 << 5) == 32 */ - ROADSTOP_POOL_MAX_BLOCKS = 2000, -}; - /** * Called if a new block is added to the station-pool */