Remove unused variable.

git-svn-id: svn://localhost/ardour2/branches/3.0@7283 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2010-06-21 01:02:47 +00:00
parent 40ffadf219
commit 5138cb5d05
2 changed files with 0 additions and 2 deletions

View File

@@ -88,7 +88,6 @@ class Graph : public SessionHandleRef
std::list<Glib::Thread *> _thread_list;
volatile bool _quit_threads;
node_list_t _nodes;
node_list_t _nodes_rt[2];
node_list_t _init_trigger_list[2];

View File

@@ -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();