summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-01-08 06:05:16 -0600
committerGary Kramlich <grim@reaperworld.com>2021-01-08 06:05:16 -0600
commitcb69fd28ada0e05aa2bed5689eb2f35b272b419a (patch)
tree89e46d3fca43299675435b9611e54664f12fe51f /pidgin/gtkconv.h
parent542daa128be73e8a2e9b9be24efd7cbdb6c90c04 (diff)
downloadpidgin-cb69fd28ada0e05aa2bed5689eb2f35b272b419a.tar.gz
A handful of random cleanups in PidginConversation and PidginConvWindow
Testing Done: Built and ran locally. Reviewed at https://reviews.imfreedom.org/r/411/
Diffstat (limited to 'pidgin/gtkconv.h')
-rw-r--r--pidgin/gtkconv.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/pidgin/gtkconv.h b/pidgin/gtkconv.h
index 09d1b1d83e..bae121d22f 100644
--- a/pidgin/gtkconv.h
+++ b/pidgin/gtkconv.h
@@ -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 @@ enum {
*/
struct _PidginConversation
{
- gint box_count;
-
PurpleConversation *active_conv;
- PurpleConversation *last_conversed;
GList *convs;
GList *send_history;
@@ -119,8 +114,6 @@ struct _PidginConversation
GtkWidget *menu_icon;
GtkWidget *menu_label;
- GtkWidget *lower_hbox;
-
PidginUnseenState unseen_state;
guint unseen_count;
@@ -141,12 +134,6 @@ struct _PidginConversation
* with message history */
int attach_timer;
GList *attach_current;
-
- /*
- * Quick Find.
- */
- GtkWidget *quickfind_entry;
- GtkWidget *quickfind_container;
};
G_BEGIN_DECLS
@@ -156,13 +143,6 @@ G_BEGIN_DECLS
**************************************************************************/
/**
- * 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.