diff options
Diffstat (limited to 'widgets/text')
-rw-r--r-- | widgets/text/e-text.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index 40aedfc735..3986033c75 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -416,8 +416,6 @@ static void reset_layout (EText *text) { GnomeCanvasItem *item = GNOME_CANVAS_ITEM (text); - cairo_font_options_t *font_options; - PangoContext *context; if (text->layout == NULL) { create_layout (text); @@ -427,13 +425,6 @@ reset_layout (EText *text) style = gtk_widget_get_style (GTK_WIDGET (item->canvas)); - context = pango_layout_get_context (text->layout); - - font_options = get_font_options (); - pango_cairo_context_set_font_options (context, font_options); - cairo_font_options_destroy (font_options); - pango_layout_context_changed (text->layout); - if (text->font_desc) { pango_font_description_free (text->font_desc); } |