mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Remove unused variable warning
This commit is contained in:
parent
52fbe6ea26
commit
071eed8664
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user