13
0

Remove redundant call (there's no session, nothing to save)

This commit is contained in:
Robin Gareus 2018-12-07 03:46:58 +01:00
parent d864f42d20
commit 927a33c5f3
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -860,8 +860,6 @@ Editor::Editor ()
setup_fade_images ();
set_grid_to (GridTypeNone);
instant_save ();
}
Editor::~Editor()