Remove more inset locking code that apparently we can well be without.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7776 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2003-09-16 15:36:08 +00:00
parent 4f0019dfd7
commit 38deeee705
2 changed files with 5 additions and 6 deletions

View File

@ -452,12 +452,6 @@ bool BufferView::lockInset(UpdatableInset * inset)
theLockingInset(inset);
return true;
}
if (it->inset->getInsetFromID(id)) {
text->setCursorIntern(pit, it->pos);
FuncRequest cmd(this, LFUN_INSET_EDIT, "left");
it->inset->localDispatch(cmd);
return theLockingInset()->lockInsetInInset(this, inset);
}
}
}
return false;

View File

@ -1,4 +1,9 @@
2003-09-16 Martin Vermeer <martin.vermeer@hut.fi>
* BufferView.C: remove more locking stuff that apparently doesn't
do anything sensible.
2003-09-16 André Pönitz <poenitz@gmx.net>
* paragraph.[Ch]: