From 071eed8664d0f4372f0a10087ce73e80eb1d4fca Mon Sep 17 00:00:00 2001 From: Guillaume Munch Date: Sun, 9 Oct 2016 19:47:50 +0200 Subject: [PATCH] Remove unused variable warning --- src/mathed/InsetMathGrid.cpp | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.39.2