Remove what is IMHO an unnecessarily confusing typedef.
[ardour.git] / libs / ardour / ardour / graph.h
index 0279fe8fd9698ae8dfa68ffd775513b7216175d5..18a8c7a4c94e1c2f5535cbbd82c79e6bb8eabe23 100644 (file)
@@ -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;
@@ -74,13 +73,13 @@ public:
        void main_thread();
 
        int silent_process_routes (pframes_t nframes, framepos_t start_frame, framepos_t end_frame,
-                                  bool can_record, bool& need_butler);
+                                  bool& need_butler);
 
        int process_routes (pframes_t nframes, framepos_t start_frame, framepos_t end_frame, int declick,
-                           bool can_record, bool& need_butler);
+                           bool& need_butler);
 
        int routes_no_roll (pframes_t nframes, framepos_t start_frame, framepos_t end_frame,
-                           bool non_rt_pending, bool can_record, int declick);
+                           bool non_rt_pending, int declick);
 
        void process_one_route (Route * route);