[Android] MainActivity: the constructor is useless here

Ludovic Fauvet git at videolan.org
Sat Sep 29 16:18:28 CEST 2012


vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Sat Sep 29 14:54:46 2012 +0200| [09033fb13645ec4612a851e53972fc1cdf4d6e5d] | committer: Ludovic Fauvet

MainActivity: the constructor is useless here

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

 vlc-android/src/org/videolan/vlc/gui/MainActivity.java |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/vlc-android/src/org/videolan/vlc/gui/MainActivity.java b/vlc-android/src/org/videolan/vlc/gui/MainActivity.java
index c21e02d..01914b0 100644
--- a/vlc-android/src/org/videolan/vlc/gui/MainActivity.java
+++ b/vlc-android/src/org/videolan/vlc/gui/MainActivity.java
@@ -104,9 +104,6 @@ public class MainActivity extends SherlockFragmentActivity {
     private int mVersionNumber = -1;
     private boolean mFirstRun = false;
 
-    public MainActivity() {
-    }
-
     @Override
     protected void onCreate(Bundle savedInstanceState) {
         if (!Util.hasCompatibleCPU()) {



More information about the Android mailing list