From: Richard Heck Date: Thu, 21 Oct 2010 17:53:21 +0000 (+0000) Subject: Simplify comment. X-Git-Tag: 2.0.0~2311 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1c059dba2924a3cf287368716bc816019dd2fcdf;p=lyx.git Simplify comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35756 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index c9277d642f..84a2770767 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -3987,10 +3987,8 @@ void Buffer::updateBuffer(ParIterator & parit, UpdateType utype) const { LASSERT(parit.pit() == 0, /**/); - // set the position of the text in the buffer to be able - // to resolve macros in it. This has nothing to do with - // labels, but by putting it here we avoid implementing - // a whole bunch of traversal routines just for this call. + // Set the position of the text in the buffer to be able + // to resolve macros in it. parit.text()->setMacrocontextPosition(parit); depth_type maxdepth = 0;