pidgin/gtkconv.h

changeset 40690
8aadc4b6a592
parent 40601
228284223862
child 40713
766bbe6061ec
--- a/pidgin/gtkconv.h	Fri Jan 08 06:04:59 2021 -0600
+++ b/pidgin/gtkconv.h	Fri Jan 08 06:05:16 2021 -0600
@@ -33,8 +33,6 @@
  * @see_also: <link linkend="chapter-signals-gtkconv">Conversation signals</link>
  */
 
-#define PIDGIN_TYPE_CONVERSATION (pidgin_conversation_get_type())
-
 typedef struct _PidginImPane       PidginImPane;
 typedef struct _PidginChatPane     PidginChatPane;
 typedef struct _PidginConversation PidginConversation;
@@ -92,10 +90,7 @@
  */
 struct _PidginConversation
 {
-	gint box_count;
-
 	PurpleConversation *active_conv;
-	PurpleConversation *last_conversed;
 	GList *convs;
 	GList *send_history;
 
@@ -119,8 +114,6 @@
 	GtkWidget *menu_icon;
 	GtkWidget *menu_label;
 
-	GtkWidget *lower_hbox;
-
 	PidginUnseenState unseen_state;
 	guint unseen_count;
 
@@ -141,12 +134,6 @@
 	 * with message history */
 	int attach_timer;
 	GList *attach_current;
-
-	/*
-	 * Quick Find.
-	 */
-	GtkWidget *quickfind_entry;
-	GtkWidget *quickfind_container;
 };
 
 G_BEGIN_DECLS
@@ -156,13 +143,6 @@
  **************************************************************************/
 
 /**
- * pidgin_conversation_get_type:
- *
- * Returns: The #GType for the #PidginConversation boxed structure.
- */
-GType pidgin_conversation_get_type(void);
-
-/**
  * pidgin_conversations_get_conv_ui_ops:
  *
  * Returns the UI operations structure for GTK+ conversations.

mercurial