From 8f2f524d58ac04b18d4a73d52866322623577a3c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 10 Oct 2001 13:44:58 +0000 Subject: [PATCH] remove unneeded global var greek_kb_flag git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2853 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/formulabase.C | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mathed/formulabase.C b/src/mathed/formulabase.C index 01b585f828..0318936287 100644 --- a/src/mathed/formulabase.C +++ b/src/mathed/formulabase.C @@ -305,8 +305,6 @@ void InsetFormulaBase::insetKeyPress(XKeyEvent *) } -int greek_kb_flag = 0; - UpdatableInset::RESULT InsetFormulaBase::localDispatch(BufferView * bv, kb_action action, string const & arg) @@ -314,7 +312,6 @@ InsetFormulaBase::localDispatch(BufferView * bv, kb_action action, //lyxerr << "InsetFormulaBase::LocalDispatch: act: " << action // << " arg: '" << arg << "' cursor: " << mathcursor << "\n"; - if (!mathcursor) return UNDISPATCHED; -- 2.39.2