summaryrefslogtreecommitdiff
path: root/gtk/gtkfontbutton.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-12-21 11:58:20 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-01-03 12:18:18 -0500
commit70bae02612e290741ffc6f579c872052ad525e34 (patch)
tree733ab82699ee586382c3913e70dbbfb76fc0045f /gtk/gtkfontbutton.h
parentf0526359d188689cd081f2b98430fbabfa19db30 (diff)
downloadgtk+-70bae02612e290741ffc6f579c872052ad525e34.tar.gz
font button: Remove show-font and show-size
These are now handled in a more systematic fashion using GtkFontChooserLevel.
Diffstat (limited to 'gtk/gtkfontbutton.h')
-rw-r--r--gtk/gtkfontbutton.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk/gtkfontbutton.h b/gtk/gtkfontbutton.h
index 07d18e19f0..eb9ebcc539 100644
--- a/gtk/gtkfontbutton.h
+++ b/gtk/gtkfontbutton.h
@@ -92,16 +92,6 @@ gboolean gtk_font_button_get_use_size (GtkFontButton *font_button
GDK_AVAILABLE_IN_ALL
void gtk_font_button_set_use_size (GtkFontButton *font_button,
gboolean use_size);
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_font_button_get_show_style (GtkFontButton *font_button);
-GDK_AVAILABLE_IN_ALL
-void gtk_font_button_set_show_style (GtkFontButton *font_button,
- gboolean show_style);
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_font_button_get_show_size (GtkFontButton *font_button);
-GDK_AVAILABLE_IN_ALL
-void gtk_font_button_set_show_size (GtkFontButton *font_button,
- gboolean show_size);
G_END_DECLS