diff --git a/src/mathed/InsetMathGrid.cpp b/src/mathed/InsetMathGrid.cpp index ada03bb8e5..d37870d4ad 100644 --- a/src/mathed/InsetMathGrid.cpp +++ b/src/mathed/InsetMathGrid.cpp @@ -644,8 +644,8 @@ void InsetMathGrid::updateBuffer(ParIterator const & it, UpdateType utype) } -docstring InsetMathGrid::eolString(row_type row, bool fragile, bool latex, - bool last_eoln) const +docstring InsetMathGrid::eolString(row_type row, bool fragile, + bool /*latex*/, bool last_eoln) const { docstring eol;