summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2019-07-19 11:55:22 -0500
committerGary Kramlich <grim@reaperworld.com>2019-07-19 11:55:22 -0500
commit481936312e5071e70f7e56b7ecfa655a00696a44 (patch)
tree2dbec1505a1788220ba7e7465e4b3ebcf1b44246 /pidgin/gtkconv.h
parent1dae9cfa96e249b07252b58d9c48e65d3637ead2 (diff)
downloadpidgin-481936312e5071e70f7e56b7ecfa655a00696a44.tar.gz
Remove everything about conversation themes
Diffstat (limited to 'pidgin/gtkconv.h')
-rw-r--r--pidgin/gtkconv.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/pidgin/gtkconv.h b/pidgin/gtkconv.h
index b1e3b15f55..45f8815b7f 100644
--- a/pidgin/gtkconv.h
+++ b/pidgin/gtkconv.h
@@ -76,7 +76,6 @@ enum {
#include "pidgin.h"
#include "conversation.h"
#include "gtkconvwin.h"
-#include "gtkconv-theme.h"
/**************************************************************************
* Structures
@@ -104,7 +103,6 @@ struct _PidginConversation
GtkWidget *tabby;
GtkWidget *menu_tabby;
- PidginConvTheme *theme;
GArray *nick_colors;
PurpleMessageFlags last_flags;
GtkTextBuffer *history_buffer;
@@ -172,15 +170,6 @@ GType pidgin_conversation_get_type(void);
PurpleConversationUiOps *pidgin_conversations_get_conv_ui_ops(void);
/**
- * pidgin_conversations_get_default_theme:
- *
- * Returns the default theme for GTK+ conversations.
- *
- * Returns: (transfer none): The default GTK+ conversation theme.
- */
-PurpleTheme *pidgin_conversations_get_default_theme(void);
-
-/**
* pidgin_conv_update_buddy_icon:
* @im: The IM conversation.
*