From efbeb2dd1ac8a6a31803aeb2e67c73fe9c61449b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 20 May 2012 23:06:46 +0000 Subject: [PATCH] don't specify VAMP_PATH in regular code. it should be given either in the bundle fixup_environment() call or in a startup script git-svn-id: svn://localhost/ardour2/branches/3.0@12350 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/globals.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc index c6aa660115..1560e96a97 100644 --- a/libs/ardour/globals.cc +++ b/libs/ardour/globals.cc @@ -317,12 +317,6 @@ ARDOUR::init (bool use_windows_vst, bool try_optimization) AUPluginInfo::load_cached_info (); #endif - /* Make VAMP look in our library ahead of anything else */ - - SearchPath sp (ardour_dll_directory()); - sp.add_subdirectory_to_paths ("vamp"); - setenv ("VAMP_PATH", sp.to_string().c_str(), 1); - setup_hardware_optimization (try_optimization); SourceFactory::init ();