pidgin/minidialog.h

changeset 33685
4a3c6a2f80e7
parent 31642
ad20028f085c
child 35024
eb3afb7643ce
--- a/pidgin/minidialog.h	Sat Jan 26 18:13:08 2013 -0800
+++ b/pidgin/minidialog.h	Sat Jan 26 18:35:21 2013 -0800
@@ -144,11 +144,6 @@
  */
 void pidgin_mini_dialog_enable_description_markup(PidginMiniDialog *mini_dialog);
 
-/** Mini-dialogs support hyperlinks in their description
- *  (you should first call pidgin_mini_dialog_enable_description_markup() on a given
- *  dialog to enable them). */
-gboolean pidgin_mini_dialog_links_supported(void);
-
 /** Sets a callback which gets invoked when a hyperlink in the dialog's description is clicked on.
  *  @param mini_dialog a mini-dialog
  *  @param cb the callback to invoke

mercurial