From: Pavel Sanda Date: Sun, 7 Nov 2010 18:45:26 +0000 (+0000) Subject: Squash warning X-Git-Tag: 2.0.0~1929 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a83995b2c6903affda7cad5419fe0b961c6363b0;p=lyx.git Squash warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36195 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index bf78fd0356..fc3afb3c3f 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -1133,8 +1133,7 @@ bool Tabular::setMColumnPWidth(Cursor & cur, idx_type cell, } -bool Tabular::setMROffset(Cursor & cur, idx_type cell, - Length const & mroffset) +bool Tabular::setMROffset(Cursor &, idx_type cell, Length const & mroffset) { cellInfo(cell).mroffset = mroffset; return true;