(svn r6985) Remove stuff forgotten in r6984
authortron
Sat, 28 Oct 2006 11:54:53 +0000
changeset 4982 2dacb953b471
parent 4981 f19132348a43
child 4983 16a0ede2f7fb
(svn r6985) Remove stuff forgotten in r6984
station_cmd.c
--- a/station_cmd.c	Sat Oct 28 11:51:38 2006 +0000
+++ b/station_cmd.c	Sat Oct 28 11:54:53 2006 +0000
@@ -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
  */