mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Remove obsolete comment.
This commit is contained in:
parent
f6fceea317
commit
b447587aa9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user