]> git.lyx.org Git - features.git/commitdiff
Remove more inset locking code that apparently we can well be without.
authorMartin Vermeer <martin.vermeer@hut.fi>
Tue, 16 Sep 2003 15:36:08 +0000 (15:36 +0000)
committerMartin Vermeer <martin.vermeer@hut.fi>
Tue, 16 Sep 2003 15:36:08 +0000 (15:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7776 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.C
src/ChangeLog

index 040b23eafaa41d8b841a18d96abededa86cecc4b..8bcd2fb32464169640179151d459e7e6e2bab959 100644 (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;
index 2a6c239c6747809a88ebe11de50ff84f0a3119a3..054b62c92069ca05875595e858fc5492c9718843 100644 (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]: