]> git.lyx.org Git - features.git/commitdiff
remove unneeded global var greek_kb_flag
authorAndré Pönitz <poenitz@gmx.net>
Wed, 10 Oct 2001 13:44:58 +0000 (13:44 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 10 Oct 2001 13:44:58 +0000 (13:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2853 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/formulabase.C

index 01b585f828a86cd2db8a039ec3af9a891f71c8cf..031893628706e4e139234de6e5eab1ce2f5eec2d 100644 (file)
@@ -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;