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