mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
Remove unused var in InsetMathHull.cpp
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18281 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6de5d0ad58
commit
dfa6012292
@ -337,7 +337,6 @@ void InsetMathHull::draw(PainterInfo & pi, int x, int y) const
|
|||||||
{
|
{
|
||||||
use_preview_ = previewState(pi.base.bv);
|
use_preview_ = previewState(pi.base.bv);
|
||||||
|
|
||||||
Cursor & cur = pi.base.bv->cursor();
|
|
||||||
// background of mathed under focus is not painted because
|
// background of mathed under focus is not painted because
|
||||||
// selection at the top level of nested inset is difficult to handle.
|
// selection at the top level of nested inset is difficult to handle.
|
||||||
if (!editing(pi.base.bv))
|
if (!editing(pi.base.bv))
|
||||||
|
Loading…
Reference in New Issue
Block a user