mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
* 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
This commit is contained in:
parent
7fd7b25a3c
commit
93ef470769
@ -852,8 +852,6 @@ void paintPar
|
|||||||
// Add to row signature cache
|
// Add to row signature cache
|
||||||
par.rowSignature()[rowno] = row_sig;
|
par.rowSignature()[rowno] = row_sig;
|
||||||
|
|
||||||
bool const inside = (y + rit->descent() >= 0
|
|
||||||
&& y - rit->ascent() < ww);
|
|
||||||
RowPainter rp(pi, text, pit, *rit, x, y);
|
RowPainter rp(pi, text, pit, *rit, x, y);
|
||||||
// Clear background of this row
|
// Clear background of this row
|
||||||
// (if paragraph background was not cleared)
|
// (if paragraph background was not cleared)
|
||||||
|
Loading…
Reference in New Issue
Block a user