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.c | |
parent | a50b2ee48fb950f9459dccbd2e49fd5d136be7c5 (diff) | |
download | gtk+-81aa21a8340ca22369eefc2495c068c6ecbe0350.tar.gz |
Don't add pointless getters
svn path=/trunk/; revision=21114
Diffstat (limited to 'gtk/gtkfontsel.c')
-rw-r--r-- | gtk/gtkfontsel.c | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c index 4bfd8d6285..33e6e29264 100644 --- a/gtk/gtkfontsel.c +++ b/gtk/gtkfontsel.c @@ -1123,25 +1123,6 @@ gtk_font_selection_get_font_internal (GtkFontSelection *fontsel) *****************************************************************************/ /** - * gtk_font_selection_get_family_entry: - * @fontsel: a #GtkFontSelection - * - * This returns the #GtkEntry that allows the user to manually enter - * the font family they want to use. - * - * Return value: A #GtkWidget. - * - * Since: 2.14 - **/ -GtkWidget * -gtk_font_selection_get_family_entry (GtkFontSelection *fontsel) -{ - g_return_val_if_fail (GTK_IS_FONT_SELECTION (fontsel), NULL); - - return fontsel->font_entry; -} - -/** * gtk_font_selection_get_family_list: * @fontsel: a #GtkFontSelection * @@ -1161,25 +1142,6 @@ gtk_font_selection_get_family_list (GtkFontSelection *fontsel) } /** - * gtk_font_selection_get_face_entry: - * @fontsel: a #GtkFontSelection - * - * This returns the #GtkEntry responsible for allowing manual - * configuration of the font style. - * - * Return value: A #GtkWidget. - * - * Since: 2.14 - **/ -GtkWidget * -gtk_font_selection_get_face_entry (GtkFontSelection *fontsel) -{ - g_return_val_if_fail (GTK_IS_FONT_SELECTION (fontsel), NULL); - - return fontsel->font_style_entry; -} - -/** * gtk_font_selection_get_face_list: * @fontsel: a #GtkFontSelection * |