]> git.lyx.org Git - features.git/commitdiff
* rowpainter.C: remove unused variable 'inside',
authorMichael Schmitt <michael.schmitt@teststep.org>
Sun, 29 Oct 2006 16:39:51 +0000 (16:39 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sun, 29 Oct 2006 16:39:51 +0000 (16:39 +0000)
a leftover from the axed nullpainter

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15605 a592a061-630c-0410-9148-cb99ea01b6c8

src/rowpainter.C

index c38fa06248d3a6e6c6fe83ebd2c4ed934285b4fc..fc381fda3d4f84d51335fc6163f9685e4307f4a6 100644 (file)
@@ -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)