diff --git a/src/mathed/InsetMathGrid.cpp b/src/mathed/InsetMathGrid.cpp index e7e20df68a..a0269c511f 100644 --- a/src/mathed/InsetMathGrid.cpp +++ b/src/mathed/InsetMathGrid.cpp @@ -620,7 +620,6 @@ int InsetMathGrid::hLineVOffset(row_type row, unsigned int line) const void InsetMathGrid::draw(PainterInfo & pi, int x, int y) const { - Dimension const dim = dimension(*pi.base.bv); BufferView const & bv = *pi.base.bv; for (idx_type idx = 0; idx < nargs(); ++idx) {