From dfa6012292ad1aed62577ca919d343e68e0262c2 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Sat, 12 May 2007 22:51:13 +0000 Subject: [PATCH] Remove unused var in InsetMathHull.cpp git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18281 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathHull.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index ba381f4d72..ca6edca5c1 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -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))