]> git.lyx.org Git - lyx.git/commitdiff
Simplify comment.
authorRichard Heck <rgheck@comcast.net>
Thu, 21 Oct 2010 17:53:21 +0000 (17:53 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 21 Oct 2010 17:53:21 +0000 (17:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35756 a592a061-630c-0410-9148-cb99ea01b6c8

src/Buffer.cpp

index c9277d642f9f88e2e3c522d66208190382ed4076..84a2770767152cf7b65edcedbe47baae38ca28c1 100644 (file)
@@ -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;