diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-01-11 17:00:00 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-01-11 17:00:00 +0100 |
| commit | 9c036c506d78c4b927a91ea65326eb09424a3795 (patch) | |
| tree | cbada5c7fe6d05a7a2373cae0f8a4f9f5ca0b6c1 /main/src/cgeo/geocaching/maps/google/GoogleMapView.java | |
| parent | 6a8244166bf3a3eef35024df9e0818e88e80513f (diff) | |
| download | cgeo-9c036c506d78c4b927a91ea65326eb09424a3795.zip cgeo-9c036c506d78c4b927a91ea65326eb09424a3795.tar.gz cgeo-9c036c506d78c4b927a91ea65326eb09424a3795.tar.bz2 | |
refactoring: remove unused code
Diffstat (limited to 'main/src/cgeo/geocaching/maps/google/GoogleMapView.java')
| -rw-r--r-- | main/src/cgeo/geocaching/maps/google/GoogleMapView.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/main/src/cgeo/geocaching/maps/google/GoogleMapView.java b/main/src/cgeo/geocaching/maps/google/GoogleMapView.java index 8c2a6fa..471e061 100644 --- a/main/src/cgeo/geocaching/maps/google/GoogleMapView.java +++ b/main/src/cgeo/geocaching/maps/google/GoogleMapView.java @@ -11,13 +11,11 @@ import cgeo.geocaching.maps.interfaces.MapControllerImpl; import cgeo.geocaching.maps.interfaces.MapProjectionImpl; import cgeo.geocaching.maps.interfaces.MapViewImpl; import cgeo.geocaching.maps.interfaces.OnMapDragListener; -import cgeo.geocaching.maps.interfaces.OverlayImpl; import cgeo.geocaching.settings.Settings; import cgeo.geocaching.utils.Log; import com.google.android.maps.GeoPoint; import com.google.android.maps.MapView; -import com.google.android.maps.Overlay; import org.apache.commons.lang3.reflect.MethodUtils; @@ -102,11 +100,6 @@ public class GoogleMapView extends MapView implements MapViewImpl { } @Override - public void addOverlay(OverlayImpl ovl) { - getOverlays().add((Overlay) ovl); - } - - @Override public void clearOverlays() { getOverlays().clear(); } |
