diff options
author | Johan Dahlin <johan@src.gnome.org> | 2008-06-24 13:41:13 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-06-24 13:41:13 +0000 |
commit | c472d99c0b1b3da35111eba928752e30767a8240 (patch) | |
tree | 3e8a2dd5ad012abc62d26100b49e1b695beba604 /gtk/gtkscalebutton.h | |
parent | 24c0eb5d39c284cdef2f7d5c8646afc9558437fb (diff) | |
download | gtk+-c472d99c0b1b3da35111eba928752e30767a8240.tar.gz |
Revert GtkScaleButton accesses for plus/minus buttons, as per #539944
svn path=/trunk/; revision=20682
Diffstat (limited to 'gtk/gtkscalebutton.h')
-rw-r--r-- | gtk/gtkscalebutton.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkscalebutton.h b/gtk/gtkscalebutton.h index 9548093b72..7384db05c2 100644 --- a/gtk/gtkscalebutton.h +++ b/gtk/gtkscalebutton.h @@ -95,8 +95,6 @@ void gtk_scale_button_set_value (GtkScaleButton *button, GtkAdjustment* gtk_scale_button_get_adjustment (GtkScaleButton *button); void gtk_scale_button_set_adjustment (GtkScaleButton *button, GtkAdjustment *adjustment); -GtkWidget* gtk_scale_button_get_plus_button (GtkScaleButton *button); -GtkWidget* gtk_scale_button_get_minus_button (GtkScaleButton *button); G_END_DECLS |