From 0f372e2785e7e96a9341954e0696ff206c45f75a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 26 Nov 2020 01:25:24 +0100 Subject: [PATCH] Late to the party, relax 6.0 stringfreeze --- gtk2_ardour/ardour_ui_startup.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk2_ardour/ardour_ui_startup.cc b/gtk2_ardour/ardour_ui_startup.cc index 5b93b26be2..fac425793e 100644 --- a/gtk2_ardour/ardour_ui_startup.cc +++ b/gtk2_ardour/ardour_ui_startup.cc @@ -404,11 +404,7 @@ ARDOUR_UI::nsm_init () } } if (i == 5000) { -#if 0 // USE AFTER STRINGFREEZE 6.0 error << _("NSM server did not announce itself. Continuing without NSM.") << endmsg; -#else - error << _("NSM server did not announce itself") << endmsg; -#endif delete nsm; nsm = 0; return 0;