]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetTabular.cpp
Squash warning
[features.git] / 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;