mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +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
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user