aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/googlemaps/googleMapFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgeo/geocaching/googlemaps/googleMapFactory.java')
-rw-r--r--src/cgeo/geocaching/googlemaps/googleMapFactory.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cgeo/geocaching/googlemaps/googleMapFactory.java b/src/cgeo/geocaching/googlemaps/googleMapFactory.java
index 9f44576..ba62737 100644
--- a/src/cgeo/geocaching/googlemaps/googleMapFactory.java
+++ b/src/cgeo/geocaching/googlemaps/googleMapFactory.java
@@ -33,12 +33,6 @@ public class googleMapFactory implements MapFactory{
return new googleGeoPoint(latE6, lonE6);
}
-// @Override
-// public OverlayImpl getOverlayBaseWrapper(OverlayBase ovlIn) {
-// googleOverlay baseOvl = new googleOverlay(ovlIn);
-// return baseOvl;
-// }
-
@Override
public CacheOverlayItemImpl getCacheOverlayItem(cgCoord coordinate, String type) {
googleCacheOverlayItem baseItem = new googleCacheOverlayItem(coordinate, type);