Remove obsolete comment

This commit is contained in:
Iris Morelle 2021-03-13 19:02:30 -03:00
parent f5d30e5c70
commit 5e535a7bac

View file

@ -277,7 +277,6 @@ void text_box::update_offsets()
const auto conf = cast_config_to<text_box_definition>();
assert(conf);
// FIXME: This should use pango-cairo code path instead of sdl_ttf code path
text_height_ = font::get_max_height(get_text_font_size());
wfl::map_formula_callable variables;