]> git.lyx.org Git - features.git/commitdiff
Remove unused var in InsetMathHull.cpp
authorBo Peng <bpeng@lyx.org>
Sat, 12 May 2007 22:51:13 +0000 (22:51 +0000)
committerBo Peng <bpeng@lyx.org>
Sat, 12 May 2007 22:51:13 +0000 (22:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18281 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathHull.cpp

index ba381f4d727d9694765862aaa76562204369cef1..ca6edca5c1f482f2d9e4e15fbd68520740199cb3 100644 (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))