mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 20:01:21 +00:00
Remove a not required update.
This commit is contained in:
parent
7a368de056
commit
8bc1851c96
@ -472,8 +472,6 @@ void ttext::rerender(const bool force) const
|
||||
CAIRO_FORMAT_ARGB32, width, height, stride);
|
||||
cairo_t *cr = cairo_create(cairo_surface);
|
||||
|
||||
pango_cairo_update_context (cr, context_); // Needed?
|
||||
|
||||
/* set colour (used for foreground). */
|
||||
cairo_set_source_rgba(cr,
|
||||
(foreground_colour_ >> 24) / 256.0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user