GNOME Bugzilla – Bug 652616
dead code
Last modified: 2011-06-15 13:05:38 UTC
pango_layout_get_line has: g_return_val_if_fail (line >= 0, NULL); if (line < 0) return NULL; one or the other should probably go
Same for pango_layout_get_line_readonly
Feel free to axe the g_return_val_if_fail...