On Sun, Oct 29, 2006 at 04:39:51PM -0000, [EMAIL PROTECTED] wrote: > Author: schmitt > Date: Sun Oct 29 17:39:51 2006 > New Revision: 15605 > > URL: http://www.lyx.org/trac/changeset/15605 > Log: > * rowpainter.C: remove unused variable 'inside', > a leftover from the axed nullpainter > > Modified: > lyx-devel/trunk/src/rowpainter.C > > Modified: lyx-devel/trunk/src/rowpainter.C > URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/rowpainter.C?rev=15605 > ============================================================================== > --- lyx-devel/trunk/src/rowpainter.C (original) > +++ lyx-devel/trunk/src/rowpainter.C Sun Oct 29 17:39:51 2006 > @@ -852,8 +852,6 @@ > // Add to row signature cache > par.rowSignature()[rowno] = row_sig; > > - bool const inside = (y + rit->descent() >= 0 > - && y - rit->ascent() < ww); > RowPainter rp(pi, text, pit, *rit, x, y); > // Clear background of this row > // (if paragraph background was not cleared)
Good in theory but it looks as if this is the kind of infomration that would be useful for a 'non-drawing real painter' (as opposed to the original nullpainter) Andre'