Explorar o código

remove unused method

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger %!s(int64=6) %!d(string=hai) anos
pai
achega
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;
     }