no namespace needed

This commit is contained in:
Paul Davis 2024-04-18 09:03:21 -06:00
parent e7a15ce377
commit 5a9a9ea761
1 changed files with 2 additions and 2 deletions

View File

@ -689,11 +689,11 @@ ARDOUR::init (bool try_optimization, const char* localedir, bool with_gui)
Profile = new RuntimeProfile;
if (g_getenv ("MIXBUS")) {
ARDOUR::Profile->set_mixbus ();
Profile->set_mixbus ();
}
#ifdef LIVETRAX
ARDOUR::Profile->set_livetrax ();
Profile->set_livetrax ();
#endif
#ifdef WINDOWS_VST_SUPPORT