summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-20 23:06:46 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-20 23:06:46 +0000
commitefbeb2dd1ac8a6a31803aeb2e67c73fe9c61449b (patch)
treeba7e5d7856aaa6bfbeec28c8e15088854fcb9612 /libs
parent57bd915d66decfc297ca987327c7fb1a2649ddaf (diff)
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
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/globals.cc6
1 files changed, 0 insertions, 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 ();