summaryrefslogtreecommitdiff
path: root/ui/gtk/gui_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/gui_utils.h')
-rw-r--r--ui/gtk/gui_utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/gtk/gui_utils.h b/ui/gtk/gui_utils.h
index c4d6df85ba..b863064df3 100644
--- a/ui/gtk/gui_utils.h
+++ b/ui/gtk/gui_utils.h
@@ -207,10 +207,6 @@ extern void bad_dfilter_alert_box(GtkWidget *parent, const char *dftext);
extern GtkWidget *scrolled_window_new(GtkAdjustment *hadjustment,
GtkAdjustment *vadjustment);
-/** Set the scrollbar placement of all scrolled windows based on user
- preference. */
-extern void set_scrollbar_placement_all(void);
-
/** Create a GtkTreeView, give it the right styles, and remember it.
*
* @param model The model (the data) of this tree view.