Index: /trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java	(revision 11870)
+++ /trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java	(revision 11871)
@@ -229,5 +229,5 @@
     /**
      * Get projections this imagery layer supports natively.
-     * 
+     *
      * For example projection of tiles that are downloaded from a server. Layer
      * may support even more projections (by reprojecting the tiles), but with a
@@ -1298,8 +1298,4 @@
     }
 
-    private LatLon getShiftedLatLon(ICoordinate latLon) {
-        return getShiftedLatLon(Main.getProjection().latlon2eastNorth(new LatLon(latLon)));
-    }
-
     private final TileSet nullTileSet = new TileSet();
 
