summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-03-19 02:47:11 -0500
committerGary Kramlich <grim@reaperworld.com>2021-03-19 02:47:11 -0500
commit266d9f1c8a2809de332ca20f826a4938235574ec (patch)
treebdad47a9a3b6ed57a67f584479570c00fb7a0b1f /pidgin/gtkconv.h
parentc3b924920e0af9c7041c2f9f91ed1c84b932d9b2 (diff)
downloadpidgin-266d9f1c8a2809de332ca20f826a4938235574ec.tar.gz
Remove the old avatar from the infopane.
* Removed the preference for hiding the info pane as that will not be an option going forward. * Removed the preference for animating avatars as they shouldn't be animating unless the user is doing something like type, talking, or hovering over the icon. Testing Done: Ran locally. Reviewed at https://reviews.imfreedom.org/r/560/
Diffstat (limited to 'pidgin/gtkconv.h')
-rw-r--r--pidgin/gtkconv.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/pidgin/gtkconv.h b/pidgin/gtkconv.h
index 819629ab4b..5953790a74 100644
--- a/pidgin/gtkconv.h
+++ b/pidgin/gtkconv.h
@@ -151,14 +151,6 @@ G_BEGIN_DECLS
PurpleConversationUiOps *pidgin_conversations_get_conv_ui_ops(void);
/**
- * pidgin_conv_update_buddy_icon:
- * @im: The IM conversation.
- *
- * Updates the buddy icon on a conversation.
- */
-void pidgin_conv_update_buddy_icon(PurpleIMConversation *im);
-
-/**
* pidgin_conv_switch_active_conversation:
* @conv: The conversation
*