From 38deeee70541301483c5ae4eaad0a1753a8dcd8e Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Tue, 16 Sep 2003 15:36:08 +0000 Subject: [PATCH] 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 --- src/BufferView.C | 6 ------ src/ChangeLog | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) 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]: -- 2.39.2