aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
diff options
context:
space:
mode:
authorcampbeb <bpcampbell@gmail.com>2012-02-10 11:13:45 +0900
committercampbeb <bpcampbell@gmail.com>2012-02-10 11:13:45 +0900
commita73a9637ad1aa22c3b80786a8cfee5ef85f56649 (patch)
treec6bdd64cd7a60b1c75fdc2cf766627790b9419a9 /main/src/cgeo
parent746e73ba39c73e8409ea8b8e4b4070288a8cf3e8 (diff)
downloadcgeo-a73a9637ad1aa22c3b80786a8cfee5ef85f56649.zip
cgeo-a73a9637ad1aa22c3b80786a8cfee5ef85f56649.tar.gz
cgeo-a73a9637ad1aa22c3b80786a8cfee5ef85f56649.tar.bz2
Remove old comment
Diffstat (limited to 'main/src/cgeo')
-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;