From a83995b2c6903affda7cad5419fe0b961c6363b0 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 7 Nov 2010 18:45:26 +0000 Subject: [PATCH] Squash warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36195 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTabular.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.39.5