[Android] Remove an old (and commented) method

Ludovic Fauvet git at videolan.org
Wed Oct 3 15:17:49 CEST 2012


vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Wed Oct  3 15:05:33 2012 +0200| [bdca86d8eb6d15aa12787537b6188a5a451354ff] | committer: Ludovic Fauvet

Remove an old (and commented) method

Since we are using fragments the search is handled by the mainactivity.

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=bdca86d8eb6d15aa12787537b6188a5a451354ff
---

 .../src/org/videolan/vlc/gui/video/VideoListFragment.java       |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/vlc-android/src/org/videolan/vlc/gui/video/VideoListFragment.java b/vlc-android/src/org/videolan/vlc/gui/video/VideoListFragment.java
index b058585..52cfaea 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoListFragment.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoListFragment.java
@@ -209,13 +209,6 @@ public class VideoListFragment extends SherlockListFragment implements ISortable
         return super.onContextItemSelected(menu);
     }
 
-    /*@Override
-    public boolean onSearchRequested() {
-        Intent intent = new Intent(getActivity(), SearchActivity.class);
-        startActivity(intent);
-        return false;
-    }*/
-
     /**
      * Handle changes on the list
      */



More information about the Android mailing list