# HG changeset patch # User tron # Date 2006-10-28 11:54:53 # Node ID 1bce3b67679dd0ef1cd1dc5ecf45a738b3570ecb # Parent ef6e7595ac1d0793fb4917ed02fb7d65acf84271 (svn r6985) Remove stuff forgotten in r6984 diff --git a/station_cmd.c b/station_cmd.c --- 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 */