Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c54df24f authored by Steve Block's avatar Steve Block
Browse files

Remove superfluous FileFilter from DumpRenderTree2 DirListActivity.java

Change-Id: I5e7d86fc4e05ac512ce1b2c55660d3b7f0de2750
parent 5c27bc1c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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() {