aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2013-02-03 13:46:01 +0100
committerSamuel Tardieu <sam@rfc1149.net>2013-02-03 13:46:01 +0100
commit44774a50196ea04e47495a928d354c603fe425c8 (patch)
tree67b30d725baee406b0dd652a8ed6ac3081c038a7 /main/src/cgeo/geocaching
parenta86c4f4715bcd8d5bc115947ceb88730fc94b6f1 (diff)
downloadcgeo-44774a50196ea04e47495a928d354c603fe425c8.zip
cgeo-44774a50196ea04e47495a928d354c603fe425c8.tar.gz
cgeo-44774a50196ea04e47495a928d354c603fe425c8.tar.bz2
Remove obsolete javadoc
Diffstat (limited to 'main/src/cgeo/geocaching')
-rw-r--r--main/src/cgeo/geocaching/maps/CGeoMap.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/src/cgeo/geocaching/maps/CGeoMap.java b/main/src/cgeo/geocaching/maps/CGeoMap.java
index d1e3614..5cd28d9 100644
--- a/main/src/cgeo/geocaching/maps/CGeoMap.java
+++ b/main/src/cgeo/geocaching/maps/CGeoMap.java
@@ -1601,17 +1601,6 @@ public class CGeoMap extends AbstractMap implements OnMapDragListener, ViewFacto
dirtyCaches.add(geocode);
}
- /**
- * Returns a OverlayItem represented by an icon
- *
- * @param coord
- * The coords
- * @param cache
- * Cache
- * @param waypoint
- * Waypoint. Mutally exclusive with cache
- * @return
- */
private CachesOverlayItemImpl getCacheItem(final cgCache cache) {
final CachesOverlayItemImpl item = mapItemFactory.getCachesOverlayItem(cache, cache.getType());