Prefer implicit deletion of .pending
Session destruction removes ".pending", no need to explicitly delete the file.
This commit is contained in:
parent
6dc8f5ed1d
commit
994b59c836
@ -1456,7 +1456,6 @@ If you still wish to quit, please use the\n\n\
|
||||
|
||||
if (_session) {
|
||||
_session->set_clean ();
|
||||
_session->remove_pending_capture_state ();
|
||||
delete _session;
|
||||
_session = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user