Index: data/validator/combinations.mapcss
===================================================================
--- data/validator/combinations.mapcss	(revision 15234)
+++ data/validator/combinations.mapcss	(working copy)
@@ -262,13 +262,6 @@
   group: tr("suspicious tag combination");
 }
 
-way[highway=footway][bicycle=designated],
-way[highway=cycleway][foot=designated] {
-  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
-  group: tr("suspicious tag combination");
-  suggestAlternative: "highway=path";
-}
-
 /* {0.tag} together with {1.tag} (error level) */
 relation[type=multipolygon][area=no] {
   throwError: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
@@ -597,4 +590,4 @@
 area[cemetery=sector][landuse=cemetery] {
   throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
   group: tr("suspicious tag combination");
-}
\ No newline at end of file
+}
