Selaa lähdekoodia

remove unused method

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 6 vuotta sitten
vanhempi
commit
92219048da

+ 0 - 7
src/main/java/com/owncloud/android/ui/activity/BaseActivity.java

@@ -193,13 +193,6 @@ public abstract class BaseActivity extends AppCompatActivity {
         }
     }
 
-    /**
-     * @return 'True' when the Activity is finishing to enforce the setup of a new account.
-     */
-    protected boolean isRedirectingToSetupAccount() {
-        return mRedirectingToSetupAccount;
-    }
-
     public FileDataStorageManager getStorageManager() {
         return mStorageManager;
     }