forked from joejulian/gio
c7c49c3258
This commit removes the logic that calculates the bounding box of a line. We don't actually use this information anywhere, so computing it is just a waste of CPU and memory. Widgets arrive at their own bounding boxes from consuming the glyph stream anyway. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>