diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-10 10:25:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-10 10:25:07 +0000 |
| commit | 90f122da87efc3c6398b43292a9756e7f5765f25 (patch) | |
| tree | d17abaadb845cf325139e4e40c7561b8e8c48b1e /src | |
| parent | 77e4bcc1514fdeaa3838644f59439f34b064e33c (diff) | |
Try to fix double are-you-sure prompt on closing with active jobs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 5 |
1 files changed, 0 insertions, 5 deletions
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); } |
