mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-31 23:30:11 -05:00
Removed unused private field
This commit is contained in:
parent
1949067979
commit
cea6f4468d
@ -311,7 +311,6 @@ public class WebDavStore extends Store {
|
|||||||
private String mPath; /* Stores the path for the server */
|
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 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 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 boolean mSecure;
|
||||||
private WebDavHttpClient mHttpClient = null;
|
private WebDavHttpClient mHttpClient = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user