Don't revert changes to the filename made when undoing. Updates #1345.

Originally committed to SVN as r5725.
This commit is contained in:
Thomas Goyne 2011-10-10 17:29:35 +00:00
parent eb947b3914
commit fdf74309a5
1 changed files with 0 additions and 1 deletions

View File

@ -480,7 +480,6 @@ void AssFile::LoadDefault(bool defline) {
void AssFile::swap(AssFile &that) throw() {
// Intentionally does not swap undo stack related things
std::swap(filename, that.filename);
std::swap(loaded, that.loaded);
std::swap(commitId, that.commitId);
std::swap(undoDescription, that.undoDescription);