From: Michael Schmitt Date: Sun, 29 Oct 2006 16:39:51 +0000 (+0000) Subject: * rowpainter.C: remove unused variable 'inside', X-Git-Tag: 1.6.10~12149 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=93ef470769120859472dba449ffb6d3082f99cd7;p=features.git * rowpainter.C: remove unused variable 'inside', a leftover from the axed nullpainter git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15605 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/rowpainter.C b/src/rowpainter.C index c38fa06248..fc381fda3d 100644 --- a/src/rowpainter.C +++ b/src/rowpainter.C @@ -852,8 +852,6 @@ void paintPar // 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)