GNOME Bugzilla – Bug 783397
Remove unused code in gtktextdisplay.c
Last modified: 2017-06-05 12:50:34 UTC
gtktextdisplay: remove unused code In render_para() function, which is called for every text line that needs to be drawn.
Created attachment 353135 [details] [review] gtktextdisplay: remove unused code gtktextdisplay: remove unused code In render_para() function, which is called for every text line that needs to be drawn. https://bugzilla.gnome.org/show_bug.cgi?id=783397
Review of attachment 353135 [details] [review]: Makes sense to me. The same thing is done in the do-while loop further down for every line_rect.
(In reply to Timm Bäder from comment #2) > Review of attachment 353135 [details] [review] [review]: > > Makes sense to me. The same thing is done in the do-while loop further down > for every line_rect. Committed. Thanks.