diff libpurple/conversation.h @ 32237:3e2191125ad7

PURPLE_CONV_TYPE_MISC never actually used.
author andrew.victor@mxit.com
date Sat, 01 Oct 2011 13:49:37 +0000
parents c39583aad67c
children 32eef2c3314a 588f9b808a31
line wrap: on
line diff
--- a/libpurple/conversation.h	Sat Oct 01 13:03:38 2011 +0000
+++ b/libpurple/conversation.h	Sat Oct 01 13:49:37 2011 +0000
@@ -53,7 +53,6 @@
 	PURPLE_CONV_TYPE_UNKNOWN = 0, /**< Unknown conversation type. */
 	PURPLE_CONV_TYPE_IM,          /**< Instant Message.           */
 	PURPLE_CONV_TYPE_CHAT,        /**< Chat room.                 */
-	PURPLE_CONV_TYPE_MISC,        /**< A misc. conversation.      */
 	PURPLE_CONV_TYPE_ANY          /**< Any type of conversation.  */
 
 } PurpleConversationType;
@@ -285,8 +284,6 @@
 	{
 		PurpleConvIm   *im;       /**< IM-specific data.                  */
 		PurpleConvChat *chat;     /**< Chat-specific data.                */
-		void *misc;             /**< Misc. data.                        */
-
 	} u;
 
 	PurpleConversationUiOps *ui_ops;           /**< UI-specific operations. */