aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeocaches.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/cgeocaches.java')
-rw-r--r--main/src/cgeo/geocaching/cgeocaches.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeocaches.java b/main/src/cgeo/geocaching/cgeocaches.java
index 87efcfa..02906e7 100644
--- a/main/src/cgeo/geocaching/cgeocaches.java
+++ b/main/src/cgeo/geocaching/cgeocaches.java
@@ -1206,7 +1206,6 @@ public class cgeocaches extends AbstractListActivity {
NavigationAppFactory.startDefaultNavigationApplication(geo, this, cache, null, null, null);
return true;
} else if (id == MENU_NAVIGATION) {
- // create a search for a single cache (as if in details view)
final cgCache cache = getCacheFromAdapter(adapterInfo);
NavigationAppFactory.showNavigationMenu(geo, this, cache, null, null, null);
return true;