summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-03-24 15:48:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-03-24 15:48:34 +0000
commitdfe26ae407b199b23d010c9cb4f9b616b5fb1e0d (patch)
treebd8134347c55914258f60cb1ddcd448bb1eb314f /libs/ardour/route.cc
parent21571906411af0f88344a3baf306ecfda408e15d (diff)
VST omnibus commit edition: use wine_pthread_create() everywhere instead of pthread_create; properly handle events when editor windows are closed, thus avoiding deadlock when deleting a VST plugin; actually delete plugins (of any kind) when requested to do so and there is an editor - this was a bug that has been around for quite a long time in 2.X; some extensions to the vestige header that might be legally dubious
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4889 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 47b94432e4..91c3423388 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -1152,8 +1152,8 @@ Route::remove_redirect (boost::shared_ptr<Redirect> redirect, void *src, uint32_
}
redirect->drop_references ();
-
redirects_changed (src); /* EMIT SIGNAL */
+
return 0;
}