src/conversation.h

changeset 9166
c998879df157
parent 8722
01a0dc50a5ca
child 9260
82d7b380220a
--- a/src/conversation.h	Wed Jun 02 04:50:31 2004 +0000
+++ b/src/conversation.h	Wed Jun 02 05:08:49 2004 +0000
@@ -115,7 +115,6 @@
 	GAIM_MESSAGE_NICK      = 0x0020, /**< Contains your nick.      */
 	GAIM_MESSAGE_NO_LOG    = 0x0040, /**< Do not log.              */
 	GAIM_MESSAGE_WHISPER   = 0x0080, /**< Whispered message.       */
-	GAIM_MESSAGE_IMAGES    = 0x0100, /**< Message contains images. */
 	GAIM_MESSAGE_ERROR     = 0x0200  /**< Error message.           */
 } GaimMessageFlags;
 
@@ -207,8 +206,6 @@
 	time_t type_again;                 /**< The type again time.         */
 	guint  type_again_timeout;         /**< The type again timer handle. */
 
-	GSList *images;                    /**< A list of images in the IM.  */
-
 	GaimBuddyIcon *icon;               /**< The buddy icon.              */
 };
 

mercurial