# HG changeset patch # User Gary Kramlich # Date 1122320204 0 # Node ID 339b61819edcaee9c5389ddccad45527b2d6dbf1 # Parent 92453bf9b86be1f9b58b2da5cac8174c78c1812b [gaim-migrate @ 13241] aparently this never got removed when the function did... committer: Tailor Script diff -r 92453bf9b86b -r 339b61819edc src/gtkconv.h --- a/src/gtkconv.h Sun Jul 24 20:41:53 2005 +0000 +++ b/src/gtkconv.h Mon Jul 25 19:36:44 2005 +0000 @@ -239,22 +239,6 @@ void gaim_gtkconv_update_buttons_by_protocol(GaimConversation *conv); /** - * Creates a conversation button - * - * @param icon The stock icon name. - * @param text The text for the button. - * @param tooltip The tooltip text. - * @param tooltips The group of tooltips. - * @param callback A function to call when the button is clicked. - * @param data Data to pass to the callback. - * - * @return The button - */ -GtkWidget *gaim_gtkconv_button_new(const char *icon, const char *text, - const char *tooltip, GtkTooltips *tooltips, - void *callback, void *data); - -/** * Returns the window at the specified X, Y location. * * If the window is not a GTK+ window, @c NULL is returned.