diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-06-25 00:52:20 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-06-28 23:38:03 +0200 |
commit | 34573b53f3926c2081bcce585f5e99680fb874a6 (patch) | |
tree | a95a00eafd28deb6f31193e9e83420135afc81d7 /gtk/gtkstyle.h | |
parent | c1affa4f3cbe51574a1895df9c4d9b77f50f81aa (diff) | |
download | gtk+-34573b53f3926c2081bcce585f5e99680fb874a6.tar.gz |
[GtkStyle] Remove deprecated GdkFont usage
Diffstat (limited to 'gtk/gtkstyle.h')
-rw-r--r-- | gtk/gtkstyle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h index 93feed6243..3a09e9712e 100644 --- a/gtk/gtkstyle.h +++ b/gtk/gtkstyle.h @@ -117,7 +117,6 @@ struct _GtkStyle gint depth; GdkColormap *colormap; - GdkFont *private_font; PangoFontDescription *private_font_desc; /* Font description for style->private_font or %NULL */ /* the RcStyle from which this style was created */ |