removed unused method
authorkenstir <kenstir@gmail.com>
Sat, 28 Dec 2013 16:05:58 +0000 (11:05 -0500)
committerkenstir <kenstir@gmail.com>
Sat, 28 Dec 2013 16:05:58 +0000 (11:05 -0500)
Open-ILS/src/Android/core/src/org/evergreen/android/accountAccess/AccountAccess.java

index a67a69e..2ecab84 100644 (file)
@@ -211,19 +211,6 @@ public class AccountAccess {
     }
 
     /**
-     * Checks if is authenticated.
-     *
-     * @return true, if is authenticated
-     */
-    public boolean isAuthenticated() {
-
-        if (authToken != null)
-            return true;
-
-        return false;
-    }
-
-    /**
      * Gets the account access.
      *
      * @param httpAddress the http address