From 4355231f677b2ad779daaab701444c5b003cdaed Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 4 Feb 2011 15:29:50 +0000 Subject: (svn r21958) -Cleanup: join_stations setting; can done by distant join and could be subverted by distant join --- src/settings_type.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/settings_type.h') diff --git a/src/settings_type.h b/src/settings_type.h index 450a8849f..7629d83a4 100644 --- a/src/settings_type.h +++ b/src/settings_type.h @@ -382,7 +382,6 @@ struct EconomySettings { /** Settings related to stations. */ struct StationSettings { bool modified_catchment; ///< different-size catchment areas - bool join_stations; ///< allow joining of train stations bool adjacent_stations; ///< allow stations to be built directly adjacent to other stations bool distant_join_stations; ///< allow to join non-adjacent stations bool never_expire_airports; ///< never expire airports -- cgit v1.2.3-54-g00ecf