X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Froute_params_ui.h;h=83ddf27110f937275159bd926b57745233279c7b;hb=e7c85706e5553181636e7052f2fe10469b57fd85;hp=ccdbf6c441760dc1bd3d1025b0c5923a6178502c;hpb=91a95b086aa38477dc57f7ffc3466e38aa218d9f;p=ardour.git diff --git a/gtk2_ardour/route_params_ui.h b/gtk2_ardour/route_params_ui.h index ccdbf6c441..83ddf27110 100644 --- a/gtk2_ardour/route_params_ui.h +++ b/gtk2_ardour/route_params_ui.h @@ -67,16 +67,7 @@ class RouteParams_UI : public ArdourWindow, public PBD::ScopedConnectionList PluginSelector* plugin_selector() { return _plugin_selector; } private: - Gtk::HBox global_hpacker; - Gtk::VBox global_vpacker; - Gtk::ScrolledWindow scroller; - Gtk::EventBox scroller_base; - Gtk::HBox scroller_hpacker; - Gtk::VBox mixer_scroller_vpacker; - Gtk::VBox list_vpacker; - Gtk::Label route_list_button_label; - Gtk::Button route_list_button; Gtk::ScrolledWindow route_select_scroller; Gtk::Notebook notebook; @@ -95,8 +86,6 @@ class RouteParams_UI : public ArdourWindow, public PBD::ScopedConnectionList Gtkmm2ext::HPane right_hpane; - Gtk::Frame route_choice_frame; - Gtk::Frame route_param_frame; Gtk::VBox choice_vpacker;