From 84e81fd738331d259d2af669bf10c0222fefe2d5 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Tue, 27 Mar 2007 14:39:09 +0000 Subject: [PATCH] BufferView.C: remove unneeded comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17593 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferView.C | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/BufferView.C b/src/BufferView.C index 778a9595e5..ec9db814b6 100644 --- a/src/BufferView.C +++ b/src/BufferView.C @@ -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.