remove unneeded global var greek_kb_flag

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2853 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-10-10 13:44:58 +00:00
parent 4253792bd6
commit 8f2f524d58

View 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;