diff options
author | TingPing <tingping@tingping.se> | 2013-09-28 23:02:38 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-09-28 23:02:38 -0400 |
commit | c537dae7f8a62b9de94fb917c1e1b27905bedc71 (patch) | |
tree | 0005b658ab8865cad791dd566bb36dee663f7c77 /src/fe-gtk/xtext.h | |
parent | 0d2feba69cd3fda426fd3b786afb8b7c563a62da (diff) |
Use Pango Attributes for bold and italics
Diffstat (limited to 'src/fe-gtk/xtext.h')
-rw-r--r-- | src/fe-gtk/xtext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fe-gtk/xtext.h b/src/fe-gtk/xtext.h index 6956092f..4f3e1ec7 100644 --- a/src/fe-gtk/xtext.h +++ b/src/fe-gtk/xtext.h @@ -173,7 +173,6 @@ struct _GtkXText struct pangofont { PangoFontDescription *font; - PangoFontDescription *ifont; /* italics */ int ascent; int descent; } *font, pango_font; |