From cdba29b002b6b4244a57144067eb4de2b7ac6efc Mon Sep 17 00:00:00 2001 From: wongk Date: Fri, 30 Dec 2011 14:50:14 -0500 Subject: [PATCH] Removed unused member from WebDavStore. --- src/com/fsck/k9/mail/store/WebDavStore.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/fsck/k9/mail/store/WebDavStore.java b/src/com/fsck/k9/mail/store/WebDavStore.java index 34b20b767..288abd97a 100644 --- a/src/com/fsck/k9/mail/store/WebDavStore.java +++ b/src/com/fsck/k9/mail/store/WebDavStore.java @@ -310,7 +310,6 @@ public class WebDavStore extends Store { private String mPath; /* Stores the path for the server */ private String mAuthPath; /* Stores the path off of the server to post data to for form based authentication */ private String mMailboxPath; /* Stores the user specified path to the mailbox */ - private URI mUri; /* Stores the Uniform Resource Indicator with all connection info */ private boolean mSecure; private WebDavHttpClient mHttpClient = null;