X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fgui%2FMenuManager.java;h=38ed02b04d158abd545a21fc005e0307ba3ef229;hp=f664f4bc4b9470c5ea6b3cdbe22daa87ede5ff1e;hb=c055cf54834e2e5c32276b5b354e777ee8a828c1;hpb=6f96fb8a39cd8dadff3602eec8a26ed2a7d1fca8 diff --git a/tim/prune/gui/MenuManager.java b/tim/prune/gui/MenuManager.java index f664f4b..38ed02b 100644 --- a/tim/prune/gui/MenuManager.java +++ b/tim/prune/gui/MenuManager.java @@ -97,7 +97,6 @@ public class MenuManager implements DataSubscriber private JMenuItem _showPeakfinderItem = null; private JMenuItem _showGeohackItem = null; private JMenuItem _showPanoramioItem = null; - private JMenuItem _showOpencachingComItem = null; private JMenuItem _searchOpencachingDeItem = null; private JMenuItem _searchMapillaryItem = null; private JMenuItem _downloadOsmItem = null; @@ -296,8 +295,6 @@ public class MenuManager implements DataSubscriber onlineMenu.add(_showGeohackItem); _showPanoramioItem = makeMenuItem(new WebMapFunction(_app, UrlGenerator.WebService.MAP_SOURCE_PANORAMIO, "webservice.panoramio"), false); onlineMenu.add(_showPanoramioItem); - _showOpencachingComItem = makeMenuItem(new WebMapFunction(_app, UrlGenerator.WebService.MAP_SOURCE_OPENCACHINGCOM, "webservice.opencachingcom"), false); - onlineMenu.add(_showOpencachingComItem); onlineMenu.addSeparator(); _searchOpencachingDeItem = makeMenuItem(new SearchOpenCachingDeFunction(_app), false); @@ -917,7 +914,6 @@ public class MenuManager implements DataSubscriber _showPeakfinderItem.setEnabled(hasPoint); _showGeohackItem.setEnabled(hasPoint); _showPanoramioItem.setEnabled(hasPoint); - _showOpencachingComItem.setEnabled(hasPoint); _searchOpencachingDeItem.setEnabled(hasPoint); _searchMapillaryItem.setEnabled(hasPoint); // is it a waypoint?