get Delivery to disconnect from any signals it is connected to relatively early in...
[ardour.git] / libs / ardour / configuration.cc
index 5f8fe0955db1e2f5cf5c1c07878cc971c2666acc..d5ca426a74d3c8cf9d3493f0c4e6f3bcdc3481c3 100644 (file)
@@ -69,9 +69,6 @@ ConfigVariableBase::set_from_node (XMLNode const & node)
                                if ((prop = child->property ("name")) != 0) {
                                        if (prop->value() == _name) {
                                                if ((prop = child->property ("value")) != 0) {
-                                                        if (_name == "audio-search-path") {
-                                                                sleep (1);
-                                                        }
                                                        set_from_string (prop->value());
                                                        return true;
                                                }