diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-14 03:37:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-14 03:37:43 +0000 |
commit | 81aa21a8340ca22369eefc2495c068c6ecbe0350 (patch) | |
tree | 3e8008084cf240cdeecc16770abf5926b86b0006 /gtk/gtkfontsel.h | |
parent | a50b2ee48fb950f9459dccbd2e49fd5d136be7c5 (diff) | |
download | gtk+-81aa21a8340ca22369eefc2495c068c6ecbe0350.tar.gz |
Don't add pointless getters
svn path=/trunk/; revision=21114
Diffstat (limited to 'gtk/gtkfontsel.h')
-rw-r--r-- | gtk/gtkfontsel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkfontsel.h b/gtk/gtkfontsel.h index 125537b2f7..07cba45eb6 100644 --- a/gtk/gtkfontsel.h +++ b/gtk/gtkfontsel.h @@ -144,9 +144,7 @@ struct _GtkFontSelectionDialogClass GType gtk_font_selection_get_type (void) G_GNUC_CONST; GtkWidget * gtk_font_selection_new (void); -GtkWidget * gtk_font_selection_get_family_entry (GtkFontSelection *fontsel); GtkWidget * gtk_font_selection_get_family_list (GtkFontSelection *fontsel); -GtkWidget * gtk_font_selection_get_face_entry (GtkFontSelection *fontsel); GtkWidget * gtk_font_selection_get_face_list (GtkFontSelection *fontsel); GtkWidget * gtk_font_selection_get_size_entry (GtkFontSelection *fontsel); GtkWidget * gtk_font_selection_get_size_list (GtkFontSelection *fontsel); |