changeset 18835:2ad295ac58b9 draft

(svn r23684) -Cleanup: let the highway take the highway
author rubidium <rubidium@openttd.org>
date Wed, 28 Dec 2011 20:06:51 +0000
parents 573054818505
children 111d36804d79
files src/road_cmd.cpp src/road_func.h
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/road_cmd.cpp
+++ b/src/road_cmd.cpp
@@ -384,7 +384,6 @@
 					if (c != NULL) c->infrastructure.rail[GetRailType(tile)] -= LEVELCROSSING_TRACKBIT_FACTOR - 1;
 				} else {
 					SetRoadTypes(tile, rts);
-					/* If we ever get HWAY and it is possible without road then we will need to promote ownership and invalidate town index here, too */
 				}
 				MarkTileDirtyByTile(tile);
 				YapfNotifyTrackLayoutChange(tile, railtrack);
--- a/src/road_func.h
+++ b/src/road_func.h
@@ -58,7 +58,6 @@
  *
  * @param r The given RoadTypes
  * @return The complement of the given RoadTypes
- * @note The unused value ROADTYPES_HWAY will be used, too.
  */
 static inline RoadTypes ComplementRoadTypes(RoadTypes r)
 {