summaryrefslogtreecommitdiff
path: root/src/road_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-12-28 20:06:51 +0000
committerrubidium <rubidium@openttd.org>2011-12-28 20:06:51 +0000
commitfbbfaac819f1e3bd6aab2351433249bb4e8dac6d (patch)
tree5d0c49c6be1dfe1a84209cf89cd1fee8df8804b3 /src/road_func.h
parent8d125a60ce2d97be1ce05c713cb3cdcc248a36dd (diff)
downloadopenttd-fbbfaac819f1e3bd6aab2351433249bb4e8dac6d.tar.xz
(svn r23684) -Cleanup: let the highway take the highway
Diffstat (limited to 'src/road_func.h')
-rw-r--r--src/road_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/road_func.h b/src/road_func.h
index 126ab5c82..3951f3c05 100644
--- a/src/road_func.h
+++ b/src/road_func.h
@@ -58,7 +58,6 @@ static inline RoadTypes RoadTypeToRoadTypes(RoadType rt)
*
* @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)
{