]> git.lyx.org Git - features.git/commitdiff
Squash warning
authorPavel Sanda <sanda@lyx.org>
Sun, 7 Nov 2010 18:45:26 +0000 (18:45 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 7 Nov 2010 18:45:26 +0000 (18:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36195 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.cpp

index bf78fd035652158fd0d171d7e111365eb2c2fd7b..fc3afb3c3f8f009a9195e2b90e65fca68179083f 100644 (file)
@@ -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;