[Android] VideoListFragment: remove unneeded method onStart()
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:11:43 2012 +0200| [7262d83a33c616ae0b48cfcc620a8afa6fcdee07] | committer: Ludovic Fauvet
VideoListFragment: remove unneeded method onStart()
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=7262d83a33c616ae0b48cfcc620a8afa6fcdee07
---
vlc-android/src/org/videolan/vlc/gui/video/VideoListFragment.java | 5 -----
1 file changed, 5 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 52cfaea..edc78de 100644
--- a/vlc-android/src/org/videolan/vlc/gui/video/VideoListFragment.java
+++ b/vlc-android/src/org/videolan/vlc/gui/video/VideoListFragment.java
@@ -126,11 +126,6 @@ public class VideoListFragment extends SherlockListFragment implements ISortable
}
@Override
- public void onStart() {
- super.onStart();
- }
-
- @Override
public void onPause() {
super.onPause();
mMediaLibrary.removeUpdateHandler(mHandler);
More information about the Android
mailing list