Fixed scrolling issue after uploading (issue #2442)
[pithos-web-client] / src / gr / grnet / pithos / web / client / Configuration.java
index 5715b95..f004674 100644 (file)
@@ -44,12 +44,6 @@ import com.google.gwt.i18n.client.Constants;
  */
 public interface Configuration extends Constants {
        /**
-        * @return the authentication cookie name
-        */
-       @DefaultStringValue("_pithos2_a")
-       String authCookie();
-
-       /**
         * @return the separator string between username and token in the
         * authentication cookie
         */