From: Martin Vermeer Date: Tue, 16 Sep 2003 15:36:08 +0000 (+0000) Subject: Remove more inset locking code that apparently we can well be without. X-Git-Tag: 1.6.10~16072 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=38deeee70541301483c5ae4eaad0a1753a8dcd8e;p=features.git 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 --- diff --git a/src/BufferView.C b/src/BufferView.C index 040b23eafa..8bcd2fb324 100644 --- a/src/BufferView.C +++ b/src/BufferView.C @@ -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; diff --git a/src/ChangeLog b/src/ChangeLog index 2a6c239c67..054b62c920 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,9 @@ +2003-09-16 Martin Vermeer + + * BufferView.C: remove more locking stuff that apparently doesn't + do anything sensible. + 2003-09-16 André Pönitz * paragraph.[Ch]: