]> git.lyx.org Git - features.git/commitdiff
BufferView.C: remove unneeded comment
authorBo Peng <bpeng@lyx.org>
Tue, 27 Mar 2007 14:39:09 +0000 (14:39 +0000)
committerBo Peng <bpeng@lyx.org>
Tue, 27 Mar 2007 14:39:09 +0000 (14:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17593 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.C

index 778a9595e58a41a500b32bb5934d286fca60ad4b..ec9db814b67f9d8c41819c1a334bb5bf5ceb16aa 100644 (file)
@@ -1152,9 +1152,6 @@ bool BufferView::workAreaDispatch(FuncRequest const & cmd0)
        }
        
        // Build temporary cursor.
-       // NOTE: editXY returns the top level inset of nested insets. If you happen
-       // to move from a text (inset=0) to a text inside an inset (e.g. an opened
-       // footnote inset, again inset=0), that inset will not be redrawn.
        InsetBase * inset = buffer_->text().editXY(cur, cmd.x, cmd.y);
 
        // Put anchor at the same position.