From: Sergio Villar Senin Date: Thu, 30 Oct 2008 10:05:49 +0000 (+0000) Subject: * Fixes NB#91153, removed two unused fields X-Git-Tag: git_migration_finished~1081 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=ffc08f4bf5ba7e3510ba705b6b357cd0a45b87f5;hp=6657fbac56c68ffb37d9cadb3708ea6ad1fde508 * Fixes NB#91153, removed two unused fields pmo-trunk-r6187 --- diff --git a/src/modest-account-mgr-priv.h b/src/modest-account-mgr-priv.h index 138a271..ffb33a7 100644 --- a/src/modest-account-mgr-priv.h +++ b/src/modest-account-mgr-priv.h @@ -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;