mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +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
|
void InsetMathGrid::draw(PainterInfo & pi, int x, int y) const
|
||||||
{
|
{
|
||||||
Dimension const dim = dimension(*pi.base.bv);
|
|
||||||
BufferView const & bv = *pi.base.bv;
|
BufferView const & bv = *pi.base.bv;
|
||||||
|
|
||||||
for (idx_type idx = 0; idx < nargs(); ++idx) {
|
for (idx_type idx = 0; idx < nargs(); ++idx) {
|
||||||
|
Loading…
Reference in New Issue
Block a user