diff -r 2852fbde4722 -r 0215244831ec pidgin/gtkwebview.h --- a/pidgin/gtkwebview.h Sun Jul 29 13:06:47 2012 +0200 +++ b/pidgin/gtkwebview.h Fri Aug 03 23:15:48 2012 -0400 @@ -94,17 +94,6 @@ GtkWidget *gtk_webview_new(void); /** - * TODO WEBKIT: Right now this just tests whether an append has been called - * since the last clear or since the Widget was created. So it does not - * test for load_string's called in between. - * - * @param webview The GtkWebView object - * - * @return gboolean indicating whether the webview is empty - */ -gboolean gtk_webview_is_empty(GtkWebView *webview); - -/** * A very basic routine to append html, which can be considered * equivalent to a "document.write" using JavaScript. *