summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-10 10:25:07 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-10 10:25:07 +0000
commit90f122da87efc3c6398b43292a9756e7f5765f25 (patch)
treed17abaadb845cf325139e4e40c7561b8e8c48b1e /src
parent77e4bcc1514fdeaa3838644f59439f34b064e33c (diff)
Try to fix double are-you-sure prompt on closing with active jobs.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic.cc5
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);
}