Mercurial > pidgin
changeset 28600:998c37689f7c
Remove some dead code.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 20 Nov 2009 08:28:31 +0000 |
parents | c31707e63726 |
children | c84a82b014ec |
files | pidgin/gtkimhtmltoolbar.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkimhtmltoolbar.c Fri Nov 20 08:02:10 2009 +0000 +++ b/pidgin/gtkimhtmltoolbar.c Fri Nov 20 08:28:31 2009 +0000 @@ -1501,7 +1501,6 @@ void gtk_imhtmltoolbar_attach(GtkIMHtmlToolbar *toolbar, GtkWidget *imhtml) { GtkIMHtmlButtons buttons; - gboolean bold, italic, underline; g_return_if_fail(toolbar != NULL); g_return_if_fail(GTK_IS_IMHTMLTOOLBAR(toolbar)); @@ -1517,9 +1516,6 @@ buttons = gtk_imhtml_get_format_functions(GTK_IMHTML(imhtml)); update_buttons_cb(GTK_IMHTML(imhtml), buttons, toolbar); - - gtk_imhtml_get_current_format(GTK_IMHTML(imhtml), &bold, &italic, &underline); - update_buttons(toolbar); }