Squash warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36195 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-11-07 18:45:26 +00:00
parent 7ff3e84c5d
commit a83995b2c6

View File

@ -1133,8 +1133,7 @@ bool Tabular::setMColumnPWidth(Cursor & cur, idx_type cell,
} }
bool Tabular::setMROffset(Cursor & cur, idx_type cell, bool Tabular::setMROffset(Cursor &, idx_type cell, Length const & mroffset)
Length const & mroffset)
{ {
cellInfo(cell).mroffset = mroffset; cellInfo(cell).mroffset = mroffset;
return true; return true;