tyiny whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4283 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-05-29 17:16:31 +00:00
parent 1e39473100
commit 9d46504b24

View File

@ -998,8 +998,7 @@ LyXText::nextBreakPoint(BufferView * bview, Row const * row, int width) const
} }
} else { } else {
// Last position is an invariant // Last position is an invariant
pos_type const last = pos_type const last = par->size();
par->size();
// this is the usual handling // this is the usual handling
int x = leftMargin(bview, row); int x = leftMargin(bview, row);
bool doitonetime = true; bool doitonetime = true;