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