summaryrefslogtreecommitdiff
path: root/libs/ardour/graph.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-06-21 01:02:47 +0000
committerCarl Hetherington <carl@carlh.net>2010-06-21 01:02:47 +0000
commit5138cb5d0533be5d7d7174e1e9ac70daef9d7d4b (patch)
treed64fd816cbd7e3d28ed4bf19e8cbc2eedde4ccb3 /libs/ardour/graph.cc
parent40ffadf219af47762dc7bee64ad8352b2087e15d (diff)
Remove unused variable.
git-svn-id: svn://localhost/ardour2/branches/3.0@7283 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/graph.cc')
-rw-r--r--libs/ardour/graph.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/graph.cc b/libs/ardour/graph.cc
index 5e62ba0d6f..ae5758107a 100644
--- a/libs/ardour/graph.cc
+++ b/libs/ardour/graph.cc
@@ -103,7 +103,6 @@ Graph::session_going_away()
}
// now drop all references on the nodes.
- _nodes.clear();
_nodes_rt[0].clear();
_nodes_rt[1].clear();
_init_trigger_list[0].clear();