summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-11-08 20:55:43 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-11-08 20:55:43 +0000
commita8d2605f9a6f48f3afb09c212de9486c75856287 (patch)
tree29d014f11717fe70b0a69ec750d1ae7b827e84f5 /libs/ardour/session.cc
parent62941af2cf8da4c5424afb9173fdb310c2c23eef (diff)
substantial changes that start to use the edit point and the selected marker for operations
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2609 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index 1dc682d4e9..d867041f90 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -2113,13 +2113,8 @@ Session::remove_route (shared_ptr<Route> route)
/* try to cause everyone to drop their references */
- cerr << "pre drop, Route now has " << route.use_count() << " refs\n";
- cerr << "sig has " << route->GoingAway.size() << endl;
-
route->drop_references ();
- cerr << "route dangling refs = " << route.use_count() << endl;
-
/* save the new state of the world */
if (save_state (_current_snapshot_name)) {