diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java b/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java index 7660677..35de88a 100644 --- a/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java +++ b/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/DirListActivity.java @@ -77,8 +77,6 @@ public class DirListActivity extends ListActivity { /** This is a relative path! */ private String mCurrentDirPath; - private FileFilter mFileFilter; - /** * A thread responsible for loading the contents of the directory from sd card * and sending them via Message to main thread that then loads them into @@ -187,7 +185,6 @@ public class DirListActivity extends ListActivity { ForwarderManager.getForwarderManager().start(); - mFileFilter = new FileFilter(); mListView = getListView(); mListView.setOnItemClickListener(new AdapterView.OnItemClickListener() { |
