diff options
Diffstat (limited to 'src/cgeo/geocaching/mapinterfaces/MapFactory.java')
| -rw-r--r-- | src/cgeo/geocaching/mapinterfaces/MapFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgeo/geocaching/mapinterfaces/MapFactory.java b/src/cgeo/geocaching/mapinterfaces/MapFactory.java index 620f673..1950e9a 100644 --- a/src/cgeo/geocaching/mapinterfaces/MapFactory.java +++ b/src/cgeo/geocaching/mapinterfaces/MapFactory.java @@ -21,7 +21,7 @@ public interface MapFactory { public GeoPointImpl getGeoPointBase(int latE6, int lonE6); - public OverlayImpl getOverlayBaseWrapper(OverlayBase ovlIn); +// public OverlayImpl getOverlayBaseWrapper(OverlayBase ovlIn); CacheOverlayItemImpl getCacheOverlayItem(cgCoord coordinate, String type); |
