From ffc08f4bf5ba7e3510ba705b6b357cd0a45b87f5 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 30 Oct 2008 10:05:49 +0000 Subject: [PATCH 1/1] * Fixes NB#91153, removed two unused fields pmo-trunk-r6187 --- src/modest-account-mgr-priv.h | 2 -- 1 file changed, 2 deletions(-) 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; -- 1.7.9.5