Mercurial > pidgin
changeset 30170:96d3f44d006d
Removed some commented-out code
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 07 Jun 2010 20:05:15 +0000 |
parents | 0c8d1b152b16 |
children | 48f41640adee 8cb39e235f39 |
files | pidgin/gtkimhtmltoolbar.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkimhtmltoolbar.c Mon Jun 07 20:01:31 2010 +0000 +++ b/pidgin/gtkimhtmltoolbar.c Mon Jun 07 20:05:15 2010 +0000 @@ -1244,8 +1244,6 @@ {PIDGIN_STOCK_TOOLBAR_INSERT_LINK, insert_link_cb, &toolbar->link, _("Insert Link")}, {"", NULL, NULL, NULL}, {PIDGIN_STOCK_TOOLBAR_SMILEY, insert_smiley_cb, &toolbar->smiley, _("Insert Smiley")}, - /*{PIDGIN_STOCK_TOOLBAR_SEND_ATTENTION, send_attention_cb, - g_object_get_data(G_OBJECT(toolbar->imhtml), "attention"), _("Send Attention")},*/ {NULL, NULL, NULL, NULL} }; int iter;