diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2012-04-14 12:41:47 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2012-04-14 12:52:17 +0200 |
| commit | e3a19a470a9509a6c289243e30b5b25a142d5417 (patch) | |
| tree | fca2308f8d2e53ea908017c83e236905e5e6917e | |
| parent | 01700beb4d05b01502cdd46d80d2fc5beb3d458d (diff) | |
| download | cgeo-e3a19a470a9509a6c289243e30b5b25a142d5417.zip cgeo-e3a19a470a9509a6c289243e30b5b25a142d5417.tar.gz cgeo-e3a19a470a9509a6c289243e30b5b25a142d5417.tar.bz2 | |
Remove unused variable lists
| -rw-r--r-- | main/src/cgeo/geocaching/cgeocaches.java | 2 |
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) { |
