Remove obsolete comment.

This commit is contained in:
Richard Heck 2013-04-11 21:07:57 -04:00
parent f6fceea317
commit b447587aa9

View 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;