]> git.lyx.org Git - features.git/commitdiff
Remove obsolete comment.
authorRichard Heck <rgheck@lyx.org>
Fri, 12 Apr 2013 01:07:57 +0000 (21:07 -0400)
committerRichard Heck <rgheck@lyx.org>
Fri, 12 Apr 2013 01:07:57 +0000 (21:07 -0400)
src/Buffer.cpp

index 5a834cfe2fe134ca3019422535434a8923ee942e..eaf274640e3a85997887abb1e691ea52a5fc87d6 100644 (file)
@@ -1255,11 +1255,6 @@ bool Buffer::save() const
 
 bool Buffer::writeFile(FileName const & fname) const
 {
-       // FIXME Do we need to do these here? I don't think writing
-       // the LyX file depends upon it. (RGH)
-       // updateBuffer();
-       // updateMacroInstances();
-
        if (d->read_only && fname == d->filename)
                return false;