mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
remove two unused variables.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7328 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ce044d86c4
commit
e3fcc05ff6
@ -1,3 +1,8 @@
|
||||
|
||||
2003-07-21 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* rowpainter.C: remove unused variables
|
||||
|
||||
2003-07-18 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* lyxtext.h:
|
||||
|
@ -713,7 +713,6 @@ void RowPainter::paintFirst()
|
||||
|
||||
// draw a top line
|
||||
if (parparams.lineTop()) {
|
||||
LyXFont font(LyXFont::ALL_SANE);
|
||||
int const asc = font_metrics::ascent('x', getFont(0));
|
||||
|
||||
y_top += asc;
|
||||
@ -840,7 +839,6 @@ void RowPainter::paintLast()
|
||||
|
||||
// draw a bottom line
|
||||
if (parparams.lineBottom()) {
|
||||
LyXFont font(LyXFont::ALL_SANE);
|
||||
int const asc = font_metrics::ascent('x',
|
||||
getFont(max(pos_type(0), pit_->size() - 1)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user