From 90f122da87efc3c6398b43292a9756e7f5765f25 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 10 Jan 2014 10:25:07 +0000 Subject: Try to fix double are-you-sure prompt on closing with active jobs. --- src/tools/dcpomatic.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/tools/dcpomatic.cc') diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 111b5769d..1e60d9690 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -429,11 +429,6 @@ private: void file_exit () { - if (!should_close ()) { - return; - } - - maybe_save_then_delete_film (); Close (true); } -- cgit v1.2.3