no namespace needed

This commit is contained in:
Paul Davis 2024-04-18 09:03:21 -06:00
parent e7a15ce377
commit 5a9a9ea761

View file

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