Index: trunk/src/org/openstreetmap/josm/data/validation/tests/OpeningHourTest.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/OpeningHourTest.java	(revision 16084)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/OpeningHourTest.java	(revision 16085)
@@ -35,24 +35,4 @@
         super(tr("Opening hours syntax"),
                 tr("This test checks the correct usage of the opening hours syntax."));
-    }
-
-    /**
-     * In OSM, the syntax originally designed to describe opening hours, is now used to describe a few other things as well.
-     * Some of those other tags work with points in time instead of time ranges.
-     * To support this the mode can be specified.
-     * @since 13147
-     */
-    public enum CheckMode {
-        /** time ranges (opening_hours, lit, …) default */
-        TIME_RANGE(0),
-        /** points in time */
-        POINTS_IN_TIME(1),
-        /** both (time ranges and points in time, used by collection_times, service_times, …) */
-        BOTH(2);
-        private final int code;
-
-        CheckMode(int code) {
-            this.code = code;
-        }
     }
 
