13
0

Late to the party, relax 6.0 stringfreeze

This commit is contained in:
Robin Gareus 2020-11-26 01:25:24 +01:00
parent 52f62f0c14
commit 0f372e2785
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -404,11 +404,7 @@ ARDOUR_UI::nsm_init ()
} }
} }
if (i == 5000) { if (i == 5000) {
#if 0 // USE AFTER STRINGFREEZE 6.0
error << _("NSM server did not announce itself. Continuing without NSM.") << endmsg; error << _("NSM server did not announce itself. Continuing without NSM.") << endmsg;
#else
error << _("NSM server did not announce itself") << endmsg;
#endif
delete nsm; delete nsm;
nsm = 0; nsm = 0;
return 0; return 0;