Remove unused variable warning

This commit is contained in:
Guillaume Munch 2016-10-09 19:47:50 +02:00
parent 52fbe6ea26
commit 071eed8664

View File

@ -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) {