diff -r a9cccad073e9 -r b52f5391d12d pidgin/gtkutils.h --- a/pidgin/gtkutils.h Wed Aug 07 03:33:31 2013 +0530 +++ b/pidgin/gtkutils.h Wed Aug 07 03:47:13 2013 +0530 @@ -98,15 +98,12 @@ * later. * @param webview_ret A pointer to a pointer to a GtkWidget. This pointer * will be set to the webview when this function exits. - * @param toolbar_ret A pointer to a pointer to a GtkWidget. If editable is - * TRUE then this will be set to the toolbar when this function exits. - * Otherwise this will be set to @c NULL. * @param sw_ret This will be filled with a pointer to the scrolled window * widget which contains the webview. * * @return The GtkFrame containing the toolbar and webview. */ -GtkWidget *pidgin_create_webview(gboolean editable, GtkWidget **webview_ret, GtkWidget **toolbar_ret, GtkWidget **sw_ret); +GtkWidget *pidgin_create_webview(gboolean editable, GtkWidget **webview_ret, GtkWidget **sw_ret); /** * Creates a small button