From 2067d52f1097b541c22988fcb07c63f343b398a9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 28 Feb 2014 16:36:43 -0500 Subject: [PATCH] remove splash message/window at shutdown - it is just irritating and unnecessary (or ought to be) --- gtk2_ardour/ardour_ui.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 865fba97db..61360b3478 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -1001,8 +1001,6 @@ If you still wish to quit, please use the\n\n\ close_all_dialogs (); - loading_message (string_compose (_("Please wait while %1 cleans up..."), PROGRAM_NAME)); - if (_session) { // _session->set_deletion_in_progress (); _session->set_clean ();