entry: Omit useless clip

We do the same clip further above, so no need to repeat it
This commit is contained in:
Benjamin Otte 2011-04-19 01:13:19 +02:00
parent 033d204b9e
commit 6fee78341a

View File

@ -5774,8 +5774,6 @@ gtk_entry_draw_text (GtkEntry *entry,
cairo_save (cr);
cairo_rectangle (cr, 0, 0, width, height);
cairo_clip (cr);
cairo_save (cr);
cairo_set_fill_rule (cr, CAIRO_FILL_RULE_EVEN_ODD);