add left/right side trim cursors and use them for region trimming, as appropriate
[ardour.git] / libs / ardour / source.cc
index 958bc2c1b5d623e4e885d3d962a8ab27f8767659..5ec9631e40ba9684c34f633d29c50ee64db4f3b7 100644 (file)
@@ -45,6 +45,7 @@
 
 using namespace std;
 using namespace ARDOUR;
+using namespace PBD;
 
 Source::Source (Session& s, DataType type, const string& name, Flag flags)
        : SessionObject(s, name)
@@ -75,11 +76,9 @@ Source::Source (Session& s, const XMLNode& node)
 
 Source::~Source ()
 {
-       DEBUG_TRACE (DEBUG::Destruction, string_compose ("Source %1 destructor\n", _name));
-       notify_callbacks ();
+       DEBUG_TRACE (DEBUG::Destruction, string_compose ("Source %1 destructor %2\n", _name, this));
 }
 
-
 void
 Source::fix_writable_flags ()
 {