changeset 11156:339b61819edc

[gaim-migrate @ 13241] aparently this never got removed when the function did... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 25 Jul 2005 19:36:44 +0000
parents 92453bf9b86b
children f068eaabe332
files src/gtkconv.h
diffstat 1 files changed, 0 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- 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.