Remove excess menu separator.
[ardour.git] / gtk2_ardour / port_matrix_column_labels.h
index 7ff3bc9138aa6f1b2cb932cfb2097e4f1c4b3d1d..8dba7801befa6e63788eeab4adad1b764ebb46a6 100644 (file)
@@ -49,8 +49,8 @@ public:
        }
                
 private:
-       void render_bundle_name (cairo_t *, Gdk::Color, double, double, boost::shared_ptr<ARDOUR::Bundle>);
-       void render_channel_name (cairo_t *, Gdk::Color, double, double, ARDOUR::BundleChannel const &);
+       void render_bundle_name (cairo_t *, Gdk::Color, Gdk::Color, double, double, boost::shared_ptr<ARDOUR::Bundle>);
+       void render_channel_name (cairo_t *, Gdk::Color, Gdk::Color, double, double, ARDOUR::BundleChannel const &);
        double channel_x (ARDOUR::BundleChannel const &) const;
        double channel_y (ARDOUR::BundleChannel const &) const;
        void queue_draw_for (ARDOUR::BundleChannel const &);
@@ -64,8 +64,6 @@ private:
                return _height - _highest_group_name - 2 * name_pad();
        }
 
-       std::pair<boost::shared_ptr<PortGroup>, ARDOUR::BundleChannel> x_position_to_group_and_channel (double, double) const;
-
        double _longest_bundle_name;
        double _longest_channel_name;
        double _highest_text;