Index: /trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java	(revision 15419)
+++ /trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java	(revision 15420)
@@ -161,14 +161,4 @@
 
     /**
-     * Enable {@code Main#platform} global variable.
-     * @return this instance, for easy chaining
-     * @deprecated Not needed anymore
-     */
-    @Deprecated
-    public JOSMTestRules platform() {
-        return this;
-    }
-
-    /**
      * Mock this test's assumed JOSM version (as reported by {@link Version}).
      * @param revisionProperties mock contents of JOSM's {@code REVISION} properties file
@@ -374,5 +364,4 @@
         final Runnable navigableComponentMockingRunnable
     ) {
-        platform();
         this.main = true;
         this.mapViewStateMockingRunnable = mapViewStateMockingRunnable;
