From 067b04518cc4be31f74f77ccc2ee6ba59abc3e8d Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Thu, 28 Sep 2006 08:56:51 +0000 Subject: ** Pushing a downstream fix in SUSE. 2006-09-28 Srinivasa Ragavan ** Pushing a downstream fix in SUSE. * message-list.c: (message_list_init), (message_list_destroy), (folder_changed), (regen_list_regened): Fix to indicate object destroy * message-list.h: removed the old mechanism. svn path=/trunk/; revision=32819 --- mail/message-list.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'mail/message-list.h') diff --git a/mail/message-list.h b/mail/message-list.h index 2b77d0b96b..96283afc66 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -128,9 +128,6 @@ struct _MessageList { /* do we automatically hide junk messages? */ guint hidejunk : 1; - /* is the message-list object in a destroyed state? */ - guint destroyed : 1; - /* frozen count */ guint frozen:16; -- cgit v1.2.3