Index: /trunk/test/unit/org/openstreetmap/josm/gui/MapViewStateTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/gui/MapViewStateTest.java	(revision 12075)
+++ /trunk/test/unit/org/openstreetmap/josm/gui/MapViewStateTest.java	(revision 12076)
@@ -68,12 +68,4 @@
     }
 
-    /**
-     * Test {@link MapViewState#getCenterAtPixel()} returns map view center.
-     */
-    @Test
-    public void testGetCenterAtPixel() {
-        doTestGetCenter(s -> s.getCenterAtPixel(), t -> (double) (t / 2));
-    }
-
     private static void assertHasViewCoords(double x, double y, MapViewPoint center) {
         assertEquals("x", x, center.getInViewX(), 0.01);
