From cea6f4468d154f3940b678ba9cdd6aaf6308e541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Mon, 26 Dec 2011 00:03:32 +0100 Subject: [PATCH] Removed unused private field --- 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 d207ba39b..67da1b356 100644 --- a/src/com/fsck/k9/mail/store/WebDavStore.java +++ b/src/com/fsck/k9/mail/store/WebDavStore.java @@ -311,7 +311,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;