Prefer implicit deletion of .pending

Session destruction removes ".pending", no need to explicitly delete
the file.
This commit is contained in:
Robin Gareus 2019-08-16 01:55:54 +02:00
parent 6dc8f5ed1d
commit 994b59c836
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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;
}