diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2016-02-24 12:24:41 -0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2016-02-29 10:45:13 -0800 |
commit | a9ea544f3d75c10541652c3df28a4204f4f05711 (patch) | |
tree | ea5587056c08480deae0e2098da091d7159f1854 /gtk/gtkrangeprivate.h | |
parent | 1d047f00977bdb3b7c94344466cb47ab4a764d82 (diff) | |
download | gtk+-a9ea544f3d75c10541652c3df28a4204f4f05711.tar.gz |
scale: always add marks at the beginning or the end
Marks are always either the first or the last child of the scale.
Diffstat (limited to 'gtk/gtkrangeprivate.h')
-rw-r--r-- | gtk/gtkrangeprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkrangeprivate.h b/gtk/gtkrangeprivate.h index 0b0a875cd2..4376b0347a 100644 --- a/gtk/gtkrangeprivate.h +++ b/gtk/gtkrangeprivate.h @@ -49,7 +49,6 @@ void _gtk_range_set_steppers (GtkRange *range gboolean has_c, gboolean has_d); -GtkCssNode *gtk_range_get_trough_node (GtkRange *range); GtkCssGadget *gtk_range_get_slider_gadget (GtkRange *range); G_END_DECLS |