summaryrefslogtreecommitdiff
path: root/gtk/gtkscalebutton.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-06-24 13:41:13 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-06-24 13:41:13 +0000
commitc472d99c0b1b3da35111eba928752e30767a8240 (patch)
tree3e8a2dd5ad012abc62d26100b49e1b695beba604 /gtk/gtkscalebutton.h
parent24c0eb5d39c284cdef2f7d5c8646afc9558437fb (diff)
downloadgtk+-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.h2
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