diff options
author | Timm Bäder <mail@baedert.org> | 2016-11-22 21:00:40 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2016-12-03 13:19:26 +0100 |
commit | fa4d6e891886cc77c3e027d92bbfa2ab148809cb (patch) | |
tree | ad2ecaf78d1f63ac27a142d82b8344849d82b046 /gtk/gtkspinbutton.h | |
parent | 36377e9964f3f628242d26b9d816a2d86fb4ee56 (diff) | |
download | gtk+-fa4d6e891886cc77c3e027d92bbfa2ab148809cb.tar.gz |
spinbutton: Remove _get_panels
Diffstat (limited to 'gtk/gtkspinbutton.h')
-rw-r--r-- | gtk/gtkspinbutton.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 3e92cab08c..7ce9965077 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -228,11 +228,6 @@ gboolean gtk_spin_button_get_snap_to_ticks (GtkSpinButton *spin_button) GDK_AVAILABLE_IN_ALL void gtk_spin_button_update (GtkSpinButton *spin_button); -/* private */ -void _gtk_spin_button_get_panels (GtkSpinButton *spin_button, - GdkWindow **down_panel, - GdkWindow **up_panel); - G_END_DECLS #endif /* __GTK_SPIN_BUTTON_H__ */ |