]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkscalebutton.h
Remove deprecated GtkScaleButton functions
[~andy/gtk] / gtk / gtkscalebutton.h
index 61239098db41a23b9298450960d0d5c69bedf3b4..17dcaaee12cb10cd53e36ce4404b0516780aacbe 100644 (file)
@@ -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__ */