* Fixes NB#91153, removed two unused fields
[modest] / src / modest-account-mgr-priv.h
index 138a271..ffb33a7 100644 (file)
@@ -51,10 +51,8 @@ struct _ModestAccountMgrPrivate {
        ModestConf        *modest_conf;
        
        /* We store these as they change, and send notifications every X seconds: */
-       gulong key_changed_handler_uid;
        GSList* busy_accounts;
 
-       GSList* change_queue; /* list with all accounts that are changed */
        guint timeout;
        
        GHashTable *notification_id_accounts;