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.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/src/cgeo/geocaching/cgeocaches.java b/main/src/cgeo/geocaching/cgeocaches.java
index 0dfda1c..a380731 100644
--- a/main/src/cgeo/geocaching/cgeocaches.java
+++ b/main/src/cgeo/geocaching/cgeocaches.java
@@ -569,10 +569,6 @@ public class cgeocaches extends AbstractListActivity {
break;
case HISTORY:
- if (adapter != null) {
- adapter.setHistoric(true);
- }
-
title = res.getString(R.string.caches_history);
setTitle(title);
showProgress(true);