* added the 6 bug fixes for week 27 release for diablo pe2
[modest] / src / widgets / modest-account-settings-dialog.h
index 2d15ce9..c51d2b6 100644 (file)
@@ -43,7 +43,6 @@ typedef struct {
        ModestAccountSettings *settings;
        
        gboolean modified;
-       gboolean save_password;
        gchar * account_name; /* This may not change. It is not user visible. */
        ModestTransportStoreProtocol incoming_protocol; /* This may not change. */
        ModestTransportStoreProtocol outgoing_protocol; /* This may not change. */
@@ -88,7 +87,6 @@ typedef struct {
        GtkWidget *checkbox_outgoing_smtp_specific;
        GtkWidget *button_outgoing_smtp_servers;
        
-       GtkWidget *specific_window;
        GtkWidget *signature_dialog;
        
 } ModestAccountSettingsDialog;