aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-11-04 20:59:02 -0800
committerScott Jackson <daneren2005@gmail.com>2013-11-04 20:59:02 -0800
commit2f3068bd3f2db71d4750000f1e39d286a42b77c8 (patch)
treedee6a38cabe9c298b201e52393363c57ef4733f8 /src
parentfbfb5a7464bd29131cfa8f4ef9da28c7b92c404b (diff)
downloaddsub-2f3068bd3f2db71d4750000f1e39d286a42b77c8.tar.gz
dsub-2f3068bd3f2db71d4750000f1e39d286a42b77c8.tar.bz2
dsub-2f3068bd3f2db71d4750000f1e39d286a42b77c8.zip
Get rid of unused resources
Diffstat (limited to 'src')
-rw-r--r--src/github/daneren2005/dsub/fragments/SelectDirectoryFragment.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/github/daneren2005/dsub/fragments/SelectDirectoryFragment.java b/src/github/daneren2005/dsub/fragments/SelectDirectoryFragment.java
index e17d2d7b..bbb68fa4 100644
--- a/src/github/daneren2005/dsub/fragments/SelectDirectoryFragment.java
+++ b/src/github/daneren2005/dsub/fragments/SelectDirectoryFragment.java
@@ -45,7 +45,6 @@ public class SelectDirectoryFragment extends SubsonicFragment implements Adapter
private DragSortListView entryList;
int rootId;
- private View footer;
private View emptyView;
private boolean hideButtons = false;
private Boolean licenseValid;
@@ -96,7 +95,6 @@ public class SelectDirectoryFragment extends SubsonicFragment implements Adapter
rootView.setId(rootId);
entryList = (DragSortListView) rootView.findViewById(R.id.select_album_entries);
- footer = LayoutInflater.from(context).inflate(R.layout.select_album_footer, entryList, false);
entryList.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);
entryList.setOnItemClickListener(this);
entryList.setDropListener(new DragSortListView.DropListener() {