summaryrefslogtreecommitdiff
path: root/station_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-10-28 11:54:53 +0000
committertron <tron@openttd.org>2006-10-28 11:54:53 +0000
commitfdec51879f194fe31981e67d6ed444eb254a0c49 (patch)
tree4784246f181c09dadae96ea0bfc2f57a2876aa27 /station_cmd.c
parent16d8c2fe903bac2c703a774c62015b45720f97b8 (diff)
downloadopenttd-fdec51879f194fe31981e67d6ed444eb254a0c49.tar.xz
(svn r6985) Remove stuff forgotten in r6984
Diffstat (limited to 'station_cmd.c')
-rw-r--r--station_cmd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/station_cmd.c b/station_cmd.c
index 4860a3c88..cedc7c3b4 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
*/