Move control surface options into RC prefs editor. Remove Options menu.
[ardour.git] / gtk2_ardour / port_matrix_column_labels.h
index 4cf59ad7320a8490950f6480414badfd0e0086b3..d4e06226b1f293fb62e89230f2be0c2dcfe487a6 100644 (file)
@@ -45,11 +45,11 @@ public:
        void mouseover_changed (PortMatrixNode const &);
 
 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 &);
        double channel_x (ARDOUR::BundleChannel const &) const;
        double channel_y (ARDOUR::BundleChannel const &) const;
        void queue_draw_for (ARDOUR::BundleChannel const &);
-       void maybe_popup_context_menu (int, uint32_t);
        
        void render (cairo_t *);
        void compute_dimensions ();