summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/graph.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-05 02:13:28 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-05 02:13:28 +0000
commit1d2636d76df3f6fd5eb0148f9284185561b0d2ab (patch)
tree9b976b3277bdf6cde946f24d6cde994466bc84c4 /libs/ardour/ardour/graph.h
parent0770605242590cf71762e58ab235d3cdf7d9517e (diff)
Remove what is IMHO an unnecessarily confusing typedef.
git-svn-id: svn://localhost/ardour2/branches/3.0@10454 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 0fa5b2f6c8..18a8c7a4c9 100644
--- a/libs/ardour/ardour/graph.h
+++ b/libs/ardour/ardour/graph.h
@@ -48,7 +48,6 @@ class Route;
class Session;
typedef boost::shared_ptr<GraphNode> node_ptr_t;
-typedef boost::shared_ptr<Graph> graph_ptr_t;
typedef std::list< node_ptr_t > node_list_t;
typedef std::set< node_ptr_t > node_set_t;