summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/graph.h
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/ardour/graph.h
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/ardour/graph.h')
-rw-r--r--libs/ardour/ardour/graph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/graph.h b/libs/ardour/ardour/graph.h
index 4a7d26eb8b..6226ed5602 100644
--- a/libs/ardour/ardour/graph.h
+++ b/libs/ardour/ardour/graph.h
@@ -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];