diff options
Diffstat (limited to 'main/src/cgeo')
| -rw-r--r-- | main/src/cgeo/geocaching/cgeocaches.java | 1 |
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; |
