From e3a19a470a9509a6c289243e30b5b25a142d5417 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Sat, 14 Apr 2012 12:41:47 +0200 Subject: Remove unused variable lists --- main/src/cgeo/geocaching/cgeocaches.java | 2 -- 1 file changed, 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 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) { -- cgit v1.1