summaryrefslogtreecommitdiff
path: root/gtk/gtkscalebutton.h
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-10-07 18:30:17 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-03 01:40:41 +0200
commit2da9103e0c95966828a19cfd60dd9c31ef81bd7a (patch)
treeddd29cbee554d9869c1858dcbea82a86e56f62bf /gtk/gtkscalebutton.h
parent032b38ccfdf62c57ccfebf39f53f04e0337ef4d7 (diff)
downloadgtk+-2da9103e0c95966828a19cfd60dd9c31ef81bd7a.tar.gz
Remove deprecated GtkScaleButton functions
Diffstat (limited to 'gtk/gtkscalebutton.h')
-rw-r--r--gtk/gtkscalebutton.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtkscalebutton.h b/gtk/gtkscalebutton.h
index 61239098db..17dcaaee12 100644
--- a/gtk/gtkscalebutton.h
+++ b/gtk/gtkscalebutton.h
@@ -99,14 +99,6 @@ GtkWidget * gtk_scale_button_get_plus_button (GtkScaleButton *button);
GtkWidget * gtk_scale_button_get_minus_button (GtkScaleButton *button);
GtkWidget * gtk_scale_button_get_popup (GtkScaleButton *button);
-#ifndef GTK_DISABLE_DEPRECATED
-
-GtkOrientation gtk_scale_button_get_orientation (GtkScaleButton *button);
-void gtk_scale_button_set_orientation (GtkScaleButton *button,
- GtkOrientation orientation);
-
-#endif /* GTK_DISABLE_DEPRECATED */
-
G_END_DECLS
#endif /* __GTK_SCALE_BUTTON_H__ */