Browse Source

Remove useless line in PatchManager::saveDialog().

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
dbe843447b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/patch.cpp

+ 0
- 1
src/patch.cpp View File

@@ -103,7 +103,6 @@ void PatchManager::saveDialog() {

// Note: If save() fails below, this should probably be reset. But we need it so toJson() doesn't set the "unsaved" property.
APP->history->setSaved();
this->path = path;

try {
save(path);


Loading…
Cancel
Save