From: <dat...@us...> - 2006-09-04 23:26:56
|
Revision: 17162 http://svn.sourceforge.net/gaim/?rev=17162&view=rev Author: datallah Date: 2006-09-04 16:26:50 -0700 (Mon, 04 Sep 2006) Log Message: ----------- 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. Modified Paths: -------------- trunk/gtk/gtkblist.h trunk/gtk/gtkconv.h trunk/gtk/plugins/perl/common/GtkBlist.xs trunk/gtk/plugins/perl/common/GtkConv.xs Modified: trunk/gtk/gtkblist.h =================================================================== --- trunk/gtk/gtkblist.h 2006-09-04 23:00:13 UTC (rev 17161) +++ trunk/gtk/gtkblist.h 2006-09-04 23:26:50 UTC (rev 17162) @@ -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); Modified: trunk/gtk/gtkconv.h =================================================================== --- trunk/gtk/gtkconv.h 2006-09-04 23:00:13 UTC (rev 17161) +++ trunk/gtk/gtkconv.h 2006-09-04 23:26:50 UTC (rev 17162) @@ -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. Modified: trunk/gtk/plugins/perl/common/GtkBlist.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkBlist.xs 2006-09-04 23:00:13 UTC (rev 17161) +++ trunk/gtk/plugins/perl/common/GtkBlist.xs 2006-09-04 23:26:50 UTC (rev 17162) @@ -51,13 +51,7 @@ gaim_gtk_blist_refresh(list) Gaim::BuddyList list -#if 0 void -gaim_gtk_blist_update_toolbar() - -#endif - -void gaim_gtk_blist_update_columns() void Modified: trunk/gtk/plugins/perl/common/GtkConv.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkConv.xs 2006-09-04 23:00:13 UTC (rev 17161) +++ trunk/gtk/plugins/perl/common/GtkConv.xs 2006-09-04 23:26:50 UTC (rev 17162) @@ -50,13 +50,7 @@ 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |