summaryrefslogtreecommitdiff
path: root/pidgin/gtkutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/gtkutils.h')
-rw-r--r--pidgin/gtkutils.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/pidgin/gtkutils.h b/pidgin/gtkutils.h
index 6d1724ea00..905702ff2a 100644
--- a/pidgin/gtkutils.h
+++ b/pidgin/gtkutils.h
@@ -249,20 +249,6 @@ gboolean pidgin_auto_parent_window(GtkWidget *window);
*/
GtkWidget *pidgin_add_widget_to_vbox(GtkBox *vbox, const char *widget_label, GtkSizeGroup *sg, GtkWidget *widget, gboolean expand, GtkWidget **p_label);
-/**
- * pidgin_make_scrollable:
- * @child: The child widget
- * @hscrollbar_policy: Horizontal scrolling policy
- * @vscrollbar_policy: Vertical scrolling policy
- * @width: Desired widget width, or -1 for default
- * @height: Desired widget height, or -1 for default
- *
- * Add scrollbars to a widget
- *
- * Returns: (transfer full): A scrolled window with @child packed inside of it.
- */
-GtkWidget *pidgin_make_scrollable(GtkWidget *child, GtkPolicyType hscrollbar_policy, GtkPolicyType vscrollbar_policy, int width, int height);
-
G_END_DECLS
#endif /* _PIDGINUTILS_H_ */