switch to using boost::signals2 instead of sigc++, at least for libardour. not finish...
[ardour.git] / libs / ardour / source.cc
index 958bc2c1b5d623e4e885d3d962a8ab27f8767659..a8c4262a66ea9e4f487e8f221ce30f03a1e3e829 100644 (file)
@@ -76,7 +76,6 @@ Source::Source (Session& s, const XMLNode& node)
 Source::~Source ()
 {
        DEBUG_TRACE (DEBUG::Destruction, string_compose ("Source %1 destructor\n", _name));
-       notify_callbacks ();
 }