From: Richard Heck Date: Fri, 12 Apr 2013 01:07:57 +0000 (-0400) Subject: Remove obsolete comment. X-Git-Tag: 2.1.0beta1~399 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b447587aa9299f40e99071d05454168e01b14b3d;p=features.git Remove obsolete comment. --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 5a834cfe2f..eaf274640e 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -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;