From c472d99c0b1b3da35111eba928752e30767a8240 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 24 Jun 2008 13:41:13 +0000 Subject: Revert GtkScaleButton accesses for plus/minus buttons, as per #539944 svn path=/trunk/; revision=20682 --- gtk/gtkscalebutton.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk/gtkscalebutton.h') 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 -- cgit v1.2.1