Mercurial > pidgin
changeset 14448:8783ae8f649a
[gaim-migrate @ 17162]
It turns out gaim_gtk_blist_update_toolbar() has been gone for almost 2 years and gaim_gtkconv_update_tabs has been gone for over 3.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 04 Sep 2006 23:26:50 +0000 |
parents | e88aae4f4c40 |
children | 74cdcd0c58b5 |
files | gtk/gtkblist.h gtk/gtkconv.h gtk/plugins/perl/common/GtkBlist.xs gtk/plugins/perl/common/GtkConv.xs |
diffstat | 4 files changed, 0 insertions(+), 24 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk/gtkblist.h Mon Sep 04 23:00:13 2006 +0000 +++ b/gtk/gtkblist.h Mon Sep 04 23:26:50 2006 +0000 @@ -163,12 +163,6 @@ */ void gaim_gtk_blist_refresh(GaimBuddyList *list); -/** - * Tells the buddy list to update its toolbar based on the preferences - * - */ -void gaim_gtk_blist_update_toolbar(void); - void gaim_gtk_blist_update_columns(void); void gaim_gtk_blist_update_refresh_timeout(void);
--- a/gtk/gtkconv.h Mon Sep 04 23:00:13 2006 +0000 +++ b/gtk/gtkconv.h Mon Sep 04 23:26:50 2006 +0000 @@ -179,12 +179,6 @@ void gaim_gtkconv_switch_active_conversation(GaimConversation *conv); /** - * Updates the tab positions on all conversation windows to reflect any - * changed preferences. - */ -void gaim_gtkconv_update_tabs(void); - -/** * Updates conversation buttons by protocol. * * @param conv The conversation.
--- a/gtk/plugins/perl/common/GtkBlist.xs Mon Sep 04 23:00:13 2006 +0000 +++ b/gtk/plugins/perl/common/GtkBlist.xs Mon Sep 04 23:26:50 2006 +0000 @@ -51,12 +51,6 @@ gaim_gtk_blist_refresh(list) Gaim::BuddyList list -#if 0 -void -gaim_gtk_blist_update_toolbar() - -#endif - void gaim_gtk_blist_update_columns()
--- a/gtk/plugins/perl/common/GtkConv.xs Mon Sep 04 23:00:13 2006 +0000 +++ b/gtk/plugins/perl/common/GtkConv.xs Mon Sep 04 23:26:50 2006 +0000 @@ -50,12 +50,6 @@ gaim_gtkconv_switch_active_conversation(conv) Gaim::Conversation conv -#if 0 -void -gaim_gtkconv_update_tabs() - -#endif - void gaim_gtkconv_update_buttons_by_protocol(conv) Gaim::Conversation conv