Silence a compiler warning

This commit is contained in:
Matthias Clasen 2020-01-29 10:44:25 +01:00
parent 6830845fda
commit c3421cea25

View File

@ -5701,7 +5701,8 @@ tag_changed_cb (GtkTextTagTable *table,
while (view != NULL)
{
gint width, height;
int width = 0;
int height = 0;
_gtk_text_btree_get_view_size (tree, view->view_id, &width, &height);
gtk_text_layout_changed (view->layout, 0, height, height);