Index: trunk/test/unit/org/openstreetmap/josm/data/coor/LatLonTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/coor/LatLonTest.java	(revision 19321)
+++ trunk/test/unit/org/openstreetmap/josm/data/coor/LatLonTest.java	(revision 19322)
@@ -212,18 +212,4 @@
 
     /**
-     * Test {@link LatLon#isOutSideWorld}
-     * @deprecated to remove
-     */
-    @Test
-    @Deprecated
-    void testIsOutSideWorld() {
-        assertFalse(LatLon.ZERO.isOutSideWorld());
-        assertTrue(LatLon.NORTH_POLE.isOutSideWorld());
-        assertTrue(LatLon.SOUTH_POLE.isOutSideWorld());
-        assertTrue(new LatLon(-181, 0).isOutSideWorld());
-        assertTrue(new LatLon(181, 0).isOutSideWorld());
-    }
-
-    /**
      * Test {@link LatLon#isValid}
      */
