libpurple/conversation.h

changeset 32614
bd51e25ab7b6
parent 32613
cc59a239bdb9
child 32615
18515e130606
--- a/libpurple/conversation.h	Sat Oct 01 11:29:43 2011 +0000
+++ b/libpurple/conversation.h	Sat Oct 01 11:35:15 2011 +0000
@@ -250,21 +250,6 @@
 };
 
 /**
- * Data specific to Instant Messages.
- */
-struct _PurpleConvIm
-{
-	PurpleConversation *conv;            /**< The parent conversation.     */
-
-	PurpleTypingState typing_state;      /**< The current typing state.    */
-	guint  typing_timeout;             /**< The typing timer handle.     */
-	time_t type_again;                 /**< The type again time.         */
-	guint  send_typed_timeout;         /**< The type again timer handle. */
-
-	PurpleBuddyIcon *icon;               /**< The buddy icon.              */
-};
-
-/**
  * Data for "Chat Buddies"
  */
 struct _PurpleConvChatBuddy

mercurial