summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-02 19:49:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-02 19:49:47 +0000
commit1bef5c6d5d9f95c831f5b8d9a92534b04884ad1a (patch)
tree55bb7d1b964b27239ad7ae12260f3be03064634a /gtk2_ardour
parentbc565a1c06bacaa417e3ef411ce81985b7bd7e11 (diff)
do not set LV2_PATH for a bundled build
git-svn-id: svn://localhost/ardour2/branches/3.0@8681 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/main.cc24
1 files changed, 0 insertions, 24 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index c39a8f26df..7932978379 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -222,18 +222,6 @@ fixup_bundle_environment (int, char* [])
setenv ("ARDOUR_PANNER_PATH", path.c_str(), 1);
- cstr = getenv ("LV2_PATH");
- if (cstr) {
- path = cstr;
- path += ':';
- } else {
- path = "";
- }
- path += dir_path;
- path += "/../Plugins";
-
- setenv ("LV2_PATH", path.c_str(), 1);
-
path = dir_path;
path += "/../Frameworks/clearlooks";
@@ -420,18 +408,6 @@ fixup_bundle_environment (int /*argc*/, char* argv[])
setenv ("ARDOUR_PANNER_PATH", path.c_str(), 1);
- cstr = getenv ("LV2_PATH");
- if (cstr) {
- path = cstr;
- path += ':';
- } else {
- path = "";
- }
- path += dir_path;
- path += "/lib/plugins";
-
- setenv ("LV2_PATH", path.c_str(), 1);
-
path = dir_path;
path += "/lib/clearlooks";