Index: trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java	(revision 6457)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java	(revision 6459)
@@ -55,9 +55,7 @@
         checks.add(new DeprecationCheck(2106).
                 testAndRemove("highway", "incline").
-                add("highway", "road").
                 add("incline", "up"));
         checks.add(new DeprecationCheck(2107).
                 testAndRemove("highway", "incline_steep").
-                add("highway", "road").
                 add("incline", "up"));
         checks.add(new DeprecationCheck(2108).
