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:
Bo Peng 2007-05-12 22:51:13 +00:00
parent 6de5d0ad58
commit dfa6012292

View File

@ -337,7 +337,6 @@ void InsetMathHull::draw(PainterInfo & pi, int x, int y) const
{
use_preview_ = previewState(pi.base.bv);
Cursor & cur = pi.base.bv->cursor();
// background of mathed under focus is not painted because
// selection at the top level of nested inset is difficult to handle.
if (!editing(pi.base.bv))