mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
bugfix: uninitialized variable
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6146 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d2b70ea0e6
commit
4bc0b6a930
@ -418,7 +418,7 @@ Inset::RESULT InsetFormulaBase::localDispatch(FuncRequest const & cmd)
|
||||
// << "' button: " << cmd.button() << endl;
|
||||
|
||||
// delete empty mathbox (LFUN_BACKSPACE and LFUN_DELETE)
|
||||
bool remove_inset;
|
||||
bool remove_inset = false;
|
||||
|
||||
switch (cmd.action) {
|
||||
case LFUN_MOUSE_PRESS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user