aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2012-04-14 12:41:47 +0200
committerSamuel Tardieu <sam@rfc1149.net>2012-04-14 12:52:17 +0200
commite3a19a470a9509a6c289243e30b5b25a142d5417 (patch)
treefca2308f8d2e53ea908017c83e236905e5e6917e
parent01700beb4d05b01502cdd46d80d2fc5beb3d458d (diff)
downloadcgeo-e3a19a470a9509a6c289243e30b5b25a142d5417.zip
cgeo-e3a19a470a9509a6c289243e30b5b25a142d5417.tar.gz
cgeo-e3a19a470a9509a6c289243e30b5b25a142d5417.tar.bz2
Remove unused variable lists
-rw-r--r--main/src/cgeo/geocaching/cgeocaches.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/cgeocaches.java b/main/src/cgeo/geocaching/cgeocaches.java
index f44c473..4d4a715 100644
--- a/main/src/cgeo/geocaching/cgeocaches.java
+++ b/main/src/cgeo/geocaching/cgeocaches.java
@@ -164,7 +164,6 @@ public class cgeocaches extends AbstractListActivity {
private DropDetailsThread threadR = null;
private RemoveFromHistoryThread threadH = null;
private int listId = StoredList.TEMPORARY_LIST_ID;
- private List<StoredList> lists = null;
private GeocodeComparator gcComparator = new GeocodeComparator();
private Handler loadCachesHandler = new Handler() {
@@ -2010,7 +2009,6 @@ public class cgeocaches extends AbstractListActivity {
switchListById(selectedListId.intValue());
}
});
- lists = app.getLists();
}
public void switchListById(int id) {